Closed
Bug 1087195
Opened 10 years ago
Closed 10 years ago
[Bluetooth] Add support for HFP, A2DP and AVRCP to Bluetooth daemon
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(feature-b2g:2.2+, b2g-v2.2 fixed)
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | fixed |
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(1 file, 1 obsolete file)
HFP support includes Gecko and daemon side.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8509490 [details]
Github tree for bluetoothd
Updated Github tree:
- send parameters of VOLUME_CMD_NTF as 8-bit values
Updated•10 years ago
|
feature-b2g: --- → 2.2+
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → tzimmermann
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Summary: [Bluetooth] Add HFP support to Bluetooth daemon → [Bluetooth] Add support for HFP, A2DP and AVRCP to Bluetooth daemon
Assignee | ||
Comment 5•10 years ago
|
||
The remaining code for all our current profiles is not that much. So let's land this at once.
Assignee | ||
Comment 6•10 years ago
|
||
The patch set contains support for the remaining profiles: HFP, A2DP, and AVRCP.
Attachment #8509490 -
Attachment is obsolete: true
Attachment #8528333 -
Flags: review?(shuang)
Comment 7•10 years ago
|
||
There have been HAL changes for L that affect these profiles. Please see bug 1102703. Can we make the changes necessary for L as a part of fixing bug as well?
See Also: → 1102703
Assignee | ||
Comment 8•10 years ago
|
||
I'd like to not break up the patch set if possible, but support for L is on top of my list. Things seem to go slowly recently; I hope we can speed up landing a bit.
Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8528333 [details]
Github pull request
Updated pull request:
- fixed a bug where the daemon was quit
(In reply to Thomas Zimmermann [:tzimmermann] [:tdz] from comment #8)
> I'd like to not break up the patch set if possible, but support for L is on
> top of my list. Things seem to go slowly recently; I hope we can speed up
> landing a bit.
After checking hfp/avrcp code serval times, i think we're good to land these patches. I noticed that AVRCP NTF opcode is different from ANDROID 18 to ANDROID 20 and that needs to added in patch [02] bug 1095488.
Attachment #8528333 -
Flags: review?(shuang) → review+
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8528333 [details]
Github pull request
Updated pull request
- added asserts
- fixed assertions in bt-hf.c that tested for btsock_interface
I built this patch set on flame-kk, nexus-4, and flatfish.
Comment 13•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-b2g-v2.2:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S2 (19dec)
You need to log in
before you can comment on or make changes to this bug.
Description
•