Link manager Ioctl codes. WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
| Enumerator | Value | Description |
|---|---|---|
| KLMDisconnectACLIoctl |
Disconnect ACL Ioctl code Deprecated | |
| KLMSetPacketTypeIoctl |
Set Packet type Ioctl code Deprecated | |
| KLMWaitForSCONotificationIoctl |
Wait for SCO notification Ioctl code | |
| KLMBasebandEventOneShotNotificationIoctl |
One-shot baseband notification Ioctl code | |
| KLMBasebandEventNotificationIoctl |
Baseband event notification Ioctl code | |
| KLMReadFailedContactCounterIoctl |
Read Failed Contact Counter Ioctl | |
| KLMReadLinkQualityIoctl |
Read Link Quality Ioctl | |
| KLMReadRssiIoctl |
Read RSSI Ioctl | |
| KLMReadCurrentTransmitPowerLevelIoctl |
Read Current Transmit Power Level Ioctl | |
| KLMBasebandFeaturesStatusNotificationIoctl |
Baseband feature status notification Ioctl code |
Link manager options. WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
| Enumerator | Value | Description |
|---|---|---|
| ELMOutboundACLSize |
Outbound ACL size option | |
| ELMInboundACLSize |
Inbound ACL size option | |
| KLMGetACLHandle |
Get ACL Handle option | |
| KLMGetACLLinkCount |
Get ACL link count option | |
| KLMGetACLLinkArray |
Get ACL link array option | |
| KLMSetBasebandConnectionPolicy |
Set baseband connection policy option | |
| KLMGetBasebandHandle |
Get baseband handle option | |
| EBBSubscribePhysicalLink |
Subscribe physical link option | |
| EBBBeginRaw |
Enable raw broadcast option | |
| EBBRequestRoleMaster |
Request switch to master option | |
| EBBRequestRoleSlave |
Request switch to slave option | |
| EBBCancelModeRequest |
Cancel mode request option | |
| EBBRequestSniff |
Request sniff mode option | |
| EBBRequestPark |
Request park mode option | |
| EBBRequestPreventRoleChange |
Request to prevent a role (master / slave) switch option | |
| EBBRequestAllowRoleChange |
Request to allow a role (master / slave) switchoption | |
| EBBRequestChangeSupportedPacketTypes |
Request to cange the current supported packet types option | |
| EBBEnumeratePhysicalLinks |
Enumerate physical links option | |
| EBBGetPhysicalLinkState |
Get the physical link state option | |
| EBBGetSniffInterval |
Get Sniff Interval option | |
| EBBRequestLinkAuthentication |
Request authentication on the link | |
| EBBRequestExplicitActiveMode |
Explicitly request the link to go into active mode | |
| EBBRequestPreventSniff | 0x100 |
Request to prevent entering sniff mode option |
| EBBRequestPreventHold | 0x200 |
Request to prevent entering hold mode option |
| EBBRequestPreventPark | 0x400 |
Request to prevent entering park mode option |
| EBBRequestPreventAllLowPowerModes | (EBBRequestPreventSniff | EBBRequestPreventHold | EBBRequestPreventPark) |
Request to prevent entering all modes option |
| EBBRequestAllowSniff | 0x800 |
Request to allow entering sniff mode option |
| EBBRequestAllowHold | 0x1000 |
Request to allow entering hold mode option |
| EBBRequestAllowPark | 0x2000 |
Request to allow entering park mode option |
| EBBRequestAllowAllLowPowerModes | (EBBRequestAllowSniff | EBBRequestAllowHold | EBBRequestAllowPark) |
Request to allow entering-all-modes option. |