Closed
Bug 728829
Opened 13 years ago
Closed 13 years ago
Integrate dbus-cplusplus for building bluetooth on gonk
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: qdot, Assigned: qdot)
References
Details
Current bluetooth implementation uses dbus-glib on linux for access. since there's no glib on gonk, integrate dbus-cplusplus into B2G instead of using dbus glib backend. This will require both build integration (this bug) and library integration (github, https://github.com/andreasgal/B2G/issues/188).
Assignee | ||
Comment 1•13 years ago
|
||
dbus-cplusplus: http://gitorious.org/dbus-cplusplus
Library is LGPL and therefore must be integrated from outside (can't include library code on m-c)
Blocks: b2g-bluetooth
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → kyle
Assignee | ||
Comment 2•13 years ago
|
||
Nevermind. dbus-c++ uses exceptions, which won't work on the phone. It also uses them in some very horrible ways that just aren't a good idea in general. Not doing this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•