Confirmed users
891
edits
Line 11: | Line 11: | ||
== Properties == | == Properties == | ||
* [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#isDefault BluetoothAdapterEvent.isDefault] | |||
=== adapter === | === adapter === | ||
; Description | ; Description | ||
: | : Represents the added adapter. | ||
; Value type | ; Value type | ||
: [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter BluetoothAdapter] | : [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter BluetoothAdapter] | ||
=== isDefault === | |||
; Description | |||
: Indicates whether the added adapter is default adapter (true) or not (false). | |||
; Value type | |||
: boolean |