From 8ea1506722fae2a0cd2630d243d7a7710d6f2f8a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 8 Mar 2006 19:20:43 +0000 Subject: Add basic API definitions for SDP --- hcid/dbus-api.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 82317eac..4fec3079 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -805,3 +805,23 @@ Signals void Connected(string address, byte channel, string service) This signal will be issued if a RFCOMM connection gets terminated through Disconnect or of the caller application disconnects from the D-Bus. + + +SDP hierarchy +============= + +Service org.bluez +Interface org.bluez.SDP +Object path /org/bluez/Adapter/{hci0,hci1,...}/ + +Methods array{string} GetIdentifiers(string address) + + array{string} GetIdentifiersByService(string address, string service) + + string GetUUID(string identifier) + + string GetName(string identifier) + + string RegisterRFCOMM(string service, byte channel) + + void UnregisterRFCOMM(string identifier) -- cgit