Closed
Bug 788300
Opened 12 years ago
Closed 12 years ago
[b2g-bluetooth] BluetoothSCOManager and BluetoothHFPManager
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: qdot, Assigned: echou)
References
Details
(Whiteboard: [LOE:M])
Create a BluetoothHFPManager class that can dispatch BluetoothHFPEvents to a device. Also, create a BluetoothSCOManager class that holds a socket open for SCO communications.
Reporter | ||
Comment 1•12 years ago
|
||
Further clarification. Originally in Bug 756299, we were going to expose sockets to javascript and manage profiles in the child. However, this would cause a MASSIVE amount of process cross-talk on FTP. In order to make things as simple as possible for further OOP implementation, we're now implementing managers that live in the parent process that deal with socket communications and simply send notifications to the child process on things like HFP events (button presses, etc...).
Blocks: b2g-bluetooth
blocking-basecamp: --- → ?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → echou
Whiteboard: [LOE:M]
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
status-firefox18:
--- → fixed
Target Milestone: --- → mozilla18
Comment 3•12 years ago
|
||
Note that I fixed a bunch of nsresult misuse bugs today on inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c273dc49dee
Comment 4•12 years ago
|
||
Good to know. I pushed it to aurora a=themaid.
https://hg.mozilla.org/releases/mozilla-aurora/rev/0f13f4e81d94
You need to log in
before you can comment on or make changes to this bug.
Description
•