Closed
Bug 793977
Opened 12 years ago
Closed 8 years ago
Create service property functions for desktop linux bluetooth
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: qdot, Unassigned)
References
Details
Attachments
(1 file)
1.82 KB,
patch
|
qdot
:
feedback+
|
Details | Diff | Splinter Review |
Android devs wrote their own dbus calls so they don't get back XML blocks for Service functions like on desktop. However, since we'd like to support desktop at some point (and a least for testing), we need equivilents that can make the desktop functions act like the android functions.
Reporter | ||
Updated•12 years ago
|
Blocks: webbluetooth
Summary: [b2g-bluetooth] Create service property functions for desktop B2G → Create service property functions for desktop linux bluetooth
Comment 1•12 years ago
|
||
For m-i builds, recently the message
> I/Gonk ( 109): dbus_func_args_timeout_valist: D-Bus error in GetServiceAttributeValue: org.bluez.Error.Failed (GetServiceAttribute Failed)
started to show up in logcat when trying to connect to a device. It seems like Android stopped supporting this interface, and I couldn't find a related string in external/bluetooth/ or external/dbus/. Since I had problems with connecting the phone to my headset, I removed the respective DBus call from the Bluetooth system. Seems to fix this issue at least.
Attachment #715134 -
Flags: feedback?(kyle)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 715134 [details] [diff] [review]
Remove usage of GetDeviceAttributeValue
Review of attachment 715134 [details] [diff] [review]:
-----------------------------------------------------------------
I hate android's bluez implementation. I hate it so much. ;.;
Attachment #715134 -
Flags: feedback?(kyle) → feedback+
Comment 3•12 years ago
|
||
> I hate android's bluez implementation. I hate it so much. ;.;
Well, at least this comment made me laugh. :D
Last time I tried, I still had connecting problems with m-i, even though the patch was installed. The phone wants to pair with the headset, but then tells me to check if the device is still in range. I didn't have time to further check what's going on.
Reporter | ||
Comment 4•12 years ago
|
||
We really don't want to do the XML parsing in C++. Making this depend on dbus being in js.
Depends on: 859488
Reporter | ||
Comment 5•8 years ago
|
||
Linux bluetooth implementation was ripped out years ago.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•