Comment 5 for bug 258738

Revision history for this message
Bart Staal (bart.staal) wrote :

Same problem here: 3 services listed, only the last one has a name ("Audio service"). I messed a little bit with dbus-send:

$ dbus-send --system --print-reply --dest=org.bluez /org/bluez/service_audio org.bluez.Service.GetName
method return sender=:1.110 -> dest=:1.134 reply_serial=2
   string "Audio service"

$ dbus-send --system --print-reply --dest=org.bluez /org/bluez/service_headset org.bluez.Service.GetName
method return sender=:1.110 -> dest=:1.133 reply_serial=2
   string ""

Looks like the bug is not in bluetooth-properties. I didn't investigate anything else yet (and i have about zero knowledge about bluez).