diff options
-rw-r--r-- | hcid/dbus-api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 2066fbca..f2b5b91d 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -641,7 +641,8 @@ Signals void ModeChanged(string mode) procedure has been completed. void RemoteDeviceFound(string address, int16 rssi, - string major, string minor, string service) + string major, string minor, + array{string} services) This signal will be send every time an inquiry result has been found by the service daemon. In general they |