diff options
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 5a0333f2..3f763fb8 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -127,6 +127,11 @@ Methods uint32 InterfaceVersion() Returns object path for the default adapter. + string FindAdapter(string pattern) + + Returns object path for the specified adapter. Valid + patterns are "hci0" or "00:11:22:33:44:55". + array{string} ListAdapters() Returns list of object paths under /org/bluez/Adapter/ |