Closed
Bug 1006306
Opened 11 years ago
Closed 11 years ago
Implement BT on/off and BluetoothManager
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben.tian, Unassigned)
References
Details
(Whiteboard: [webbt-api])
* BT on/off: https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter
Properties
readonly attribute BluetoothAdapterState state;
readonly attribute DOMString address;
readonly attribute DOMString name;
readonly attribute boolean discoverable;
readonly attribute boolean discovering;
Event handler
attribute EventHandler onattributechanged;
Methods
Promise<void> enable();
Promise<void> disable();
BluetoothAdapterState
BluetoothAdapterAttribute
* BluetoothManager: https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothManager
Reporter | ||
Updated•11 years ago
|
Depends on: webbt-api-onoff
Reporter | ||
Updated•11 years ago
|
Depends on: webbt-api-manager
Updated•11 years ago
|
QA Contact: joliu
Updated•11 years ago
|
Assignee: nobody → joliu
QA Contact: joliu
Reporter | ||
Comment 2•11 years ago
|
||
Close this bug and move webidl changes into bug 1006309.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•11 years ago
|
||
Closed the wrong bug. Reopen it.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Updated•11 years ago
|
Depends on: webbt-test-manager
Reporter | ||
Updated•11 years ago
|
No longer depends on: webbt-test-manager
Reporter | ||
Comment 4•11 years ago
|
||
Resolve this bug since dependent 2 bugs are fixed.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•