check if sdpd is running. check with following command:
"ps -A | grep sdpd". If no processes are listed, run sdpd. no args reqd.
Then run following command:
sdptool browse local. If it does not list the service required, add it with
sdptool add <servicename>
See man sdptool for service names.
|