Closed
Bug 900870
Opened 11 years ago
Closed 11 years ago
[Settings] Register new event handlers of BluetoothAdapter
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gyeh, Assigned: arthurcc)
References
Details
Attachments
(1 file)
Several system messages are going to be removed. Instead of binding message handler, new event handlers should be registered.
The following cases should be covered:
* bluetooth-pairedstatuschanged -> adapter.onpairedstatuschanged
* bluetooth-hfp-status-changed -> adapter.onhfpstatuschanged
The event consist of two properties:
- event.address
- event.status
Reporter | ||
Updated•11 years ago
|
Summary: Register new event handlers of BluetoothAdapter → [Settings] Register new event handlers of BluetoothAdapter
Reporter | ||
Comment 1•11 years ago
|
||
This has been landed with bug 900874.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•11 years ago
|
||
bluetooth-pairedstatuschanged is not replaced by the patch of bug 900874. Reopen this bug. Gina, thanks for reminding.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
Reporter | ||
Comment 3•11 years ago
|
||
Oops! I missed that one in the bug description. :|
The new event handler is 'onpairedstatuschanged'.
Assignee | ||
Comment 4•11 years ago
|
||
Evelyn, could you help review this change? Thanks!
Attachment #797106 -
Flags: review?(ehung)
Comment 5•11 years ago
|
||
Comment on attachment 797106 [details]
link to https://github.com/mozilla-b2g/gaia/pull/11829
r=me, thanks.
Attachment #797106 -
Flags: review?(ehung) → review+
Assignee | ||
Comment 6•11 years ago
|
||
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
•