Closed
Bug 1006313
(webbt-api-pairing)
Opened 11 years ago
Closed 10 years ago
Implement pairing
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben.tian, Unassigned)
References
Details
(Whiteboard: [webbt-api])
* Pairing: https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter
Event handlers:
attribute EventHandler ondevicepaired;
attribute EventHandler ondeviceunpaired;
[AvailableIn=CertifiedApps]
attribute EventHandler ondisplaypasskeyreq;
[AvailableIn=CertifiedApps]
attribute EventHandler onenterpasskeyreq;
[AvailableIn=CertifiedApps]
attribute EventHandler onpairingconfirmationreq;
[AvailableIn=CertifiedApps]
attribute EventHandler onpairingconsentreq;
Methods:
Promise<void> pair(DOMString aAddress);
Promise<void> unpair(DOMString aAddress);
// BluetoothDevice[]
Promise<any> getPairedDevices();
Reporter | ||
Updated•11 years ago
|
Whiteboard: [webbt-api]
Reporter | ||
Updated•11 years ago
|
Alias: webbt-api-pairing
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
Resolve this bug since all dependent bugs are fixed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•