Bluetooth Framework C++ Edition

◆ OnAdvertisementExtFrameInformation()

__event void OnAdvertisementExtFrameInformation ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const wclBluetoothAddressType  AddressType,
const char  TxPower,
const wclBluetoothLeExtendedFrameFlags Flags 
)

The event fires when new Bluetooth LE advertisement extended 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.
AddressTypeThe Bluetooth LE address type.
TxPowerThe received transmit power of the advertisement. Ranges from -127 dBm to 20 dBm. -128 indicates "no value".
FlagsThe Bluetooth LE advertisement extended frame flags.
See also
wclBluetoothAddressType, wclBluetoothLeExtendedFrameFlags