Bluetooth Framework C++ Edition

◆ OnAdvertisementAppearanceFrame()

__event void OnAdvertisementAppearanceFrame ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const unsigned short  Appearance 
)

The event fires when an appearance advertisement frame received.

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.
AppearanceThe Bluetooth LE device appearance value.