Optional
advThe channel that this BLE peripheral is advertising on. https://www.rfwireless-world.com/Terminology/BLE-Advertising-channels-and-Data-channels-list.html
Optional
advWhether the BLE peripheral is advertising as connectable. When this is false, the peripherl is in "limited discovery" or "discovery only" mode.
Optional
advAn alternate name for this BLE peripheral. This will be the short name or the complete name, depending on decoder options.
Optional
advBlock of data provided by the vendor of the BLE peripheral, which includes both a 16-bit UUID of the manufacturer (first 2 bytes) and a custom manufacturer-specific payload (remaining N bytes of manufacturer data segment).
Optional
advThe manufacturer ID parsed from the BLE peripheral advertisement. Will only be provided if the payload contains manufacturer data.
Optional
advThe manufacturer data (modulo the manufacturer ID) parsed from the BLE peripheral advertisement. Will only be provided if the payload contains manufacturer data.
Optional
advAny service-specific data the BLE peripheral chooses to provide.
Optional
advAny 16-bit service UUIDs included in the advertisement payload.
Optional
advIndication of expected signal power for the BLE peripheral. https://www.bluetooth.com/specifications/specs/tx-power-service-1-0/
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.
Optional
gapRaw GAP dictionary result - only available when the decoded advertisement provides a raw ArrayBuffer instance.
Optional
gapValue of GapAttributeCode.FLAGS
- only available when the decoded
advertisement provides a raw ArrayBuffer instance.
Unique identifier of the BLE peripheral which produced this advertisement
Human-readable name of the BLE peripheral, which corresponds to
GapAttributeCode.LOCAL_NAME_COMPLETE
The detected signal quality between our central and the BLE peripheral https://www.bluetooth.com/blog/proximity-and-rssi/
Generated using TypeDoc
Shares common fields between android and ios payloads, and masks platform-specific fields as generalized ones.