summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-14 19:54:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-14 19:54:04 +0000
commit6cc6bcb424d59031d0e52d4e54a64269fb9e1faa (patch)
treeae91480e805cf550b82477df325540e1e6685239 /hcid
parent27587b5eca97e29c90a0cc28b0cd77f5cca4da02 (diff)
Remove org.bluez.SDP interface
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index b59d3770..da2bd54d 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1330,23 +1330,3 @@ Methods string Connect(string address, string service)
void Release(string device)
array{string} ListBindings()
-
-
-SDP hierarchy (experimental)
-============================
-
-Service org.bluez
-Interface org.bluez.SDP
-Object path /org/bluez/{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)