Bluetooth Framework C++ Edition

◆ DoScanReqReceived()

virtual void DoScanReqReceived ( const wclBluetoothLeAdvertisingPduHeader PduHeader,
const __int64  ScanA,
const __int64  AdvA 
)
protectedvirtual

Fires the OnScanReqReceived event.

Parameters
PduHeaderThe PDU header.
ScanAThe scanner's address.
AdvAThe address of the device to which this PDU is addressed.

The TxAdd field of the PduHeader parameter indicates whether the scanner’s address in the ScanA parameter is public (TxAdd = False) or random (TxAdd = True). The RxAdd field of the PduHeader parameter indicates whether the target’s address in the AdvA parameter is public (RxAdd = False) or random (RxAdd = True).

See also
wclBluetoothLeAdvertisingPduHeader