Bluetooth Framework C++ Edition

◆ DoScanRspReceived()

virtual void DoScanRspReceived ( const wclBluetoothLeAdvertisingPduHeader PduHeader,
const __int64  AdvA,
const unsigned char *const  ScanRspData,
const unsigned char  ScanRspDataLen 
)
protectedvirtual

Fires the OnScanRspReceived event.

Parameters
PduHeaderThe PDU header.
AdvAThe advertiser address.
ScanRspDataThe pointer to the advertisement data. Can be NULL. The pointer is valid only inside the event handler.
ScanRspDataLenThe advertisement data length in bytes.

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

See also
wclBluetoothLeAdvertisingPduHeader