From b17a84bef5fdb03f9734e1d2d1b33488d0384169 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 Jun 2006 22:38:01 +0000 Subject: Change RemoteDeviceFound signal and add RemoteClassUpdated signal --- hcid/dbus-api.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 035b8db0..97f33d0f 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -713,14 +713,20 @@ Signals void ModeChanged(string mode) This signal indicates that a device discovery procedure has been completed. - void RemoteDeviceFound(string address, int16 rssi, - string major, string minor, - array{string} services) + void RemoteDeviceFound(string address, uint32 class, int16 rssi) This signal will be send every time an inquiry result has been found by the service daemon. In general they only appear during a device discovery. + void RemoteClassUpdated(string address, uint32 class) + + This signal will be send every time the remote class + of device has been changed. This happens for example + after a remote connection attempt. This signal will + not be send if the class of device hasn't changed + compared to cached one. + void RemoteNameUpdated(string address, string name) This signal will be send every time the service daemon -- cgit