Interface PluginAdvertisement

Advertisement packet received from one of the scan callbacks of cordova-plugin-ble-central.

Hierarchy

Properties

Properties

Advertising payload reported by the cordova plugin. On Android, this will be the full advertisement as a raw ArrayBuffer. On iOS, this will be a preprocessed dictionary GAP attributes.

id: string

Unique identifier of the BLE peripheral which produced this advertisement

name: string

Human-readable name of the BLE peripheral, which corresponds to GapAttributeCode.LOCAL_NAME_COMPLETE

rssi: number

The detected signal quality between our central and the BLE peripheral https://www.bluetooth.com/blog/proximity-and-rssi/

Generated using TypeDoc