B2G/Bluetooth/WebBluetooth-v2/BluetoothAddressEvent
< B2G | Bluetooth | WebBluetooth-v2
Overview
The BluetoothAddressEvent API provides access to a Bluetooth address when the adapterremoved or deviceunpaired event is fired. See BluetoothManager.onadapterremoved and BluetoothAdapter.ondevicepaired for more information.
Interface
interface BluetoothAddressEvent : Event { readonly attribute BluetoothAddress address; };
Attributes
address
- Description
- A BluetoothAddress object representing the address to access
- Value type
- BluetoothAddress