Confirmed users
891
edits
No edit summary |
|||
Line 6: | Line 6: | ||
{ | { | ||
readonly attribute boolean isDefault; | readonly attribute boolean isDefault; | ||
readonly attribute BluetoothAdapter? adapter; | readonly attribute BluetoothAdapter? adapter; | ||
readonly attribute DOMString? address; | readonly attribute DOMString? address; | ||
Line 12: | Line 12: | ||
== Properties == | == Properties == | ||
* [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault BluetoothAdapterEvent.isDefault] | |||
* [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter BluetoothAdapterEvent.adapter] | * [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter BluetoothAdapterEvent.adapter] | ||
* [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent# | * [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address BluetoothAdapterEvent.address] | ||
=== isDefault === | |||
; Description | |||
: Whether the added/removed adapter is default adapter (true) or not (false). | |||
; Value type | |||
: boolean | |||
=== adapter === | === adapter === | ||
Line 22: | Line 30: | ||
: [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter BluetoothAdapter] | : [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter BluetoothAdapter] | ||
=== | ; Default value | ||
: Null pointer | |||
=== address === | |||
; Description | ; Description | ||
: | : The address of removed adapter. | ||
; Value type | ; Value type | ||
: | : DOMString | ||
; Default value | |||
: Empty string ("") |