Bluetooth Framework C++ Edition

◆ OnAdvertisementFrameInformation()

__event void OnAdvertisementFrameInformation ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const tstring Name,
const wclBluetoothLeAdvertisementType  PacketType,
const wclBluetoothLeAdvertisementFlags Flags 
)

The event fires when new Bluetooth LE advertisement frame has been received and provides the common basic information about the frame.

Parameters
SenderThe object initiates the event.
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.
NameThe Bluetooth LE advertiser's name.
PacketTypeThe Bluetooth LE advertisement data packet type.
FlagsThe Bluetooth LE advertisement packet payload flags.
See also
wclBluetoothLeAdvertisementType, wclBluetoothLeAdvertisementFlags