Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclBleSnifferLlData Struct Reference

The record contains the Link Layer data captured by the Bluetooth LE sniffer and used in the CONNECT_IND advertisement packet. More...

#include <wclBluetooth.h>

Public Attributes

unsigned long Aa
 The field contains the ACL connection’s Access Address determined by the Link Layer.
 
unsigned long CrcInit
 The field contains the initialization value for the CRC calculation for the ACL connection. It shall be a random value, generated by the Link Layer. The seed for the random number generator is from a physical source of entropy and has at least 20 bits of entropy.
 
unsigned char WinSize
 The field indicates the transmit window size value in the following manner: WindowSize = WinSize * 1.25ms.
 
unsigned short WinOffset
 The field indicates the transmit window offset value in the following manner: WindowOffset = WinOffset * 1.25ms.
 
unsigned short Interval
 The field indicates the connection interval in the following manner: ConnectionInterval = Interval * 1.25ms.
 
unsigned short Latency
 The field indicates the peripheral latency value.
 
unsigned short Timeout
 The field indicates the connection supervision timeout value in the following manner: SupervisionTimeout = Timeout * 10ms.
 
unsigned __int64 ChM
 The field contains the channel map indicating Used and Unused data channels. Every channel is represented with a bit positioned as per the data channel index. The LSB represents data channel index 0 and the bit in position 36 represents data channel index 36. A bit value of 0 indicates that the channel is Unused. A bit value of 1 indicates that the channel is Used. The bits in positions 37, 38 and 39 are reserved for future use.
 
unsigned char Hop
 The field indicates the hop increment used in the data channel selection algorithm. It has a random value in the range 5 to 16.
 
unsigned char Sca
 

Detailed Description

The record contains the Link Layer data captured by the Bluetooth LE sniffer and used in the CONNECT_IND advertisement packet.