advertisementreceived
InterfaceeventLess than 1 minute
The advertisementreceived event is triggered when the advertisement sent by the Bluetooth device is received;
BluetoothDevice.addEventListener(
'advertisementreceived',
listener
)
Event Type
advertisementreceived
Listener
The BluetoothAdvertisingEvent object will be passed to the listener as a parameter
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
event advertisementreceived | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7