Confirmed users
891
edits
| Line 5: | Line 5: | ||
interface BluetoothPairingEvent : Event | interface BluetoothPairingEvent : Event | ||
{ | { | ||
readonly attribute BluetoothDevice device; | readonly attribute BluetoothDevice [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothPairingEvent#device device]; | ||
readonly attribute unsigned long? passkey; | readonly attribute unsigned long? [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothPairingEvent#passkey passkey]; | ||
DOMRequest? setPasskey(DOMString aPasskey); | DOMRequest? setPasskey(DOMString aPasskey); | ||