Closed
Bug 807758
(b2g-bluetooth-a2dp)
Opened 12 years ago
Closed 11 years ago
[b2g-bluetooth] [meta] Implement A2DP profile for B2G
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
1.2 FC (16sep)
People
(Reporter: qdot, Unassigned)
References
Details
(Whiteboard: [fuzzing:?][d-watch][u= c= p=0])
Attachments
(1 obsolete file)
Implement high(er) fidelity audio profile for B2G.
Reporter | ||
Comment 1•12 years ago
|
||
Note: This is just a placeholder for V2+. Not planned for V1.
Assignee: nobody → shuang
Depends on: 835226
Alias: b2g-bluetooth-a2dp
Blocks: 836180
Depends on: 837573
Depends on: 842934
Depends on: 842948
No longer depends on: 842948
Depends on: 847255
Depends on: 851046
Depends on: 855208
Depends on: 855589
To enable a2dp/avrcp module for bluez, it is required to make sure "Sink", "Control" module had been enabled.
/system/bluetooth/data/audio.conf
Enable=Sink,Control
Add initial version of A2DP support.
Attachment #730639 -
Flags: feedback?(echou)
Comment 5•12 years ago
|
||
Comment on attachment 730639 [details] [diff] [review]
Initial version of A2DP implementation
Review of attachment 730639 [details] [diff] [review]:
-----------------------------------------------------------------
This is a HUGE patch. 19 files are modified. If you don't mind, please separate them to several patches by different functions once it's in review process.
I'll take a quick look by next Monday.
Comment on attachment 730639 [details] [diff] [review]
Initial version of A2DP implementation
I will separate different patches. Sorry for confusion.
Attachment #730639 -
Flags: feedback?(echou)
Depends on: 856631
Comment 7•12 years ago
|
||
I've gone through the initial version. Refactored/Refined code, fixed bugs, and added error handling in the following branch. Some logics are also changed.
https://github.com/ginayeh/mozilla-central/commits/TestA2dpAvrcp13-new
I think we're ready to start reviewing. Shawn, can you help to separate our HUGE patch into several patches? Thanks.
Attachment #730639 -
Attachment is obsolete: true
Updated•12 years ago
|
Flags: sec-review?(cdiehl)
Updated•12 years ago
|
Flags: sec-review?(cdiehl)
Whiteboard: [fuzzing:queue:?]
Updated•12 years ago
|
Whiteboard: [fuzzing:queue:?] → [fuzzing:?]
Updated•12 years ago
|
Summary: [b2g-bluetooth] Implement A2DP profile for B2G → [b2g-bluetooth] [meta] Implement A2DP profile for B2G
Bug 872907 had been resolved. Now Gecko is A2DP enabled. Right now, it supports HFP/A2DP Bluetooth devices now.
Updated•11 years ago
|
Whiteboard: [fuzzing:?] → [fuzzing:?][d-watch]
Updated•11 years ago
|
Updated•11 years ago
|
Whiteboard: [fuzzing:?][d-watch] → [fuzzing:?][d-watch][u= c= p=0]
Updated•11 years ago
|
Assignee: shuang → nobody
Reporter | ||
Comment 9•11 years ago
|
||
Can we just call this done?
Comment 10•11 years ago
|
||
(In reply to Kyle Machulis [:kmachulis] [:qdot] from comment #9)
> Can we just call this done?
Sure. A2DP has been merged into codebase since FxOS v1.2 FC (about 3 month ago), it's time to close this bug.
Thank you all.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 1.2 FC (16sep)
You need to log in
before you can comment on or make changes to this bug.
Description
•