summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-13 16:44:03 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-13 16:44:03 +0200
commitaf1eb35dbc61d5c71d3770fae8bcc4421a2b8f22 (patch)
tree6c06ec7abd258bca454e1e369302d3aad0173b08 /doc/device-api.txt
parente938647e10f8fb9478b69b878532347b7b7943b8 (diff)
downloadbluez-af1eb35dbc61d5c71d3770fae8bcc4421a2b8f22.tar.gz
core: Remove D-Bus service discovery methods
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt27
1 files changed, 1 insertions, 26 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 36ea1d954..d7a30cd96 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -14,32 +14,7 @@ Service org.bluez
Interface org.bluez.Device1
Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
-Methods dict DiscoverServices(string pattern)
-
- This method starts the service discovery to retrieve
- remote service records. The pattern parameter can
- be used to specify specific UUIDs. And empty string
- will look for the public browse group.
-
- The return value is a dictionary with the record
- handles as keys and the service record in XML format
- as values. The key is uint32 and the value a string
- for this dictionary.
-
- Possible errors: org.bluez.Error.NotReady
- org.bluez.Error.Failed
- org.bluez.Error.InProgress
-
- void CancelDiscovery()
-
- This method will cancel any previous DiscoverServices
- transaction.
-
- Possible errors: org.bluez.Error.NotReady
- org.bluez.Error.Failed
- org.bluez.Error.NotAuthorized
-
- void Connect()
+Methods void Connect()
This is a generic method to connect any profiles
the remote device supports that can be connected