Bluetooth Framework C++ Edition

◆ DoAdvertisementReceived()

virtual void DoAdvertisementReceived ( const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const wclBluetoothLeAdvertisementFrameRawData Data 
)
protectedvirtual

Fires the OnAdvertisementReceived event.

Parameters
AddressThe Bluetooth LE advertiser's MAC address.
TimestampThe frame's timestamp in Universal Time format.
RssiThe measured RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution.
DataThe frame's raw bytes data. If there is no data the value is nil.
See also
wclBluetoothLeAdvertisementFrameRawData