From c455022aae4b9da5ccad1698f2b02b9b1f0ce22a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 Mar 2006 19:14:40 +0000 Subject: The service classes in RemoteDeviceFound should be an array of strings --- hcid/dbus-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit