-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
The specification outlines a (not yet stable) ability to watch a device's adverts:
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothdevice-watchadvertisements
This likely needs quite a refactor of the noble adapter code to continually scan for devices and read the adData for a specific device.
Implement:
- BluetoothDevice.watchAdvertisements()
- BluetoothDevice.unwatchAdvertisements()
- BluetoothDevice.watchingAdvertisements
Remove:
- BluetoothDevice.adData
Update:
- Eddystone example