Closed Bug 1033899 Opened 10 years ago Closed 10 years ago

Implement pairing in BluetoothAdapter and BluetoothPairingRequestListeningHandle

Categories

(Firefox OS Graveyard :: Bluetooth, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ben.tian, Unassigned)

References

Details

(Whiteboard: [webbt-api])

Attachments

(1 file)

* 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
Assignee: nobody → btian
Whiteboard: [webbt-api]
Depends on: 1036228
Depends on: 1036233
Depends on: 1036234
De-assign myself since Jamin and Jocelyn are working on dependent bugs.
Assignee: btian → nobody
Attach the pdf that described recent changes on our pairing process in implementation point of view.
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.

Attachment

General

Created:
Updated:
Size: