You are not logged in.

#1 2014-04-27 18:49:21

Damacustas
Member
Registered: 2014-04-27
Posts: 5

Bluetooth SDP daemon problem

Hello everyone, I'm having a problem with the bluetooth SDP daemon.

I've installed the bluez and bluez-utils package and, enabled and started the bluetooth service.
However, when running 'sdptool browse local' I get an error:

Failed to connect to SDP server on FF:FF:FF:00:00:00: No such file or directory

To my understanding, there should be a file/pipe/socket /var/run/sdp created by the SDP daemon, but it isn't there so I suspect the SDP daemon isn't even running.

However, when looking at the status of the bluetooth daemon, the output tells me the SDP daemon is started.

[lars@skynet ~]$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
   Active: active (running) since Sun 2014-04-27 22:33:47 CEST; 9s ago
     Docs: man:bluetoothd(8)
 Main PID: 5251 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─5251 /usr/lib/bluetooth/bluetoothd

Apr 27 22:33:47 skynet bluetoothd[5251]: Bluetooth daemon 5.18
Apr 27 22:33:47 skynet systemd[1]: Started Bluetooth service.
Apr 27 22:33:47 skynet bluetoothd[5251]: Starting SDP server
Apr 27 22:33:47 skynet bluetoothd[5251]: Bluetooth management interface 1.4 initialized
Apr 27 22:33:47 skynet bluetoothd[5251]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource
Apr 27 22:33:47 skynet bluetoothd[5251]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink

So I'm lost. Does anybody have any ideas?

Offline

#2 2014-06-11 18:29:37

tobias_
Member
Registered: 2012-09-01
Posts: 25

Re: Bluetooth SDP daemon problem

I found this: http://www.spinics.net/lists/linux-blue … 36894.html

> I think you need --compat passed to bluetoothd in order to use sdptool
> browse local (which requires the unix socket for SDP).

(works for me)

Last edited by tobias_ (2014-06-11 18:32:07)

Offline

Board footer

Powered by FluxBB