Bluetooth SDP - where is sdpd?
问题 Where is the Bluetooth Service Discovery Protocol (SDP) Daemon? I'm trying to register a bluetooth service on Debian V8.0 using bluez. I use example code at https://people.csail.mit.edu/albert/bluez-intro/. Everything goes well until I try sdp_connect( BDADDR_ANY, BDADDR_LOCAL, 0 ); which fails. After some digging, I find that the sdp daemon (sdpd) (to which it needs to connect) is not running and in fact does not even exist on my system. What I Tried: I have installed (apt-get) every