Closed
Bug 1033899
Opened 11 years ago
Closed 11 years ago
Implement pairing in BluetoothAdapter and BluetoothPairingRequestListeningHandle
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben.tian, Unassigned)
References
Details
(Whiteboard: [webbt-api])
Attachments
(1 file)
|
60.38 KB,
application/pdf
|
Details |
* Pairing: https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter#pair.28DOMString_aDeviceAddress.29
Attributes:
[AvailableIn=CertifiedApps]
readonly attribute BluetoothPairingRequestListeningHandle pairingReqs;
Event handlers:
attribute EventHandler ondevicepaired;
attribute EventHandler ondeviceunpaired;
Methods:
Promise<void> pair(DOMString aAddress);
Promise<void> unpair(DOMString aAddress);
// BluetoothDevice[]
Promise<any> getPairedDevices();
* BluetoothPairingRequestListeningHandle: https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothPairingRequestListeningHandle
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → btian
Whiteboard: [webbt-api]
| Reporter | ||
Comment 1•11 years ago
|
||
De-assign myself since Jamin and Jocelyn are working on dependent bugs.
Assignee: btian → nobody
Comment 2•11 years ago
|
||
Attach the pdf that described recent changes on our pairing process in implementation point of view.
Updated•11 years ago
|
Blocks: webbt-test-pairing
| Reporter | ||
Comment 3•11 years ago
|
||
Resolve this bug since all dependent bugs are fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•