summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-07-27 02:09:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-07-27 02:09:19 +0000
commit2ce3885f855be92d356b5451772c8b98030bb8f1 (patch)
tree4d644520e7afed7daae6e6c4923391269717bf54
parent7449f2395ee3df35bb76c04ab211042e05af1c89 (diff)
Fix RemoteDeviceFoundHandler callback
-rw-r--r--hcid/Bluetooth.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/hcid/Bluetooth.cs b/hcid/Bluetooth.cs
index 96c4e9ed..b90f9071 100644
--- a/hcid/Bluetooth.cs
+++ b/hcid/Bluetooth.cs
@@ -33,8 +33,7 @@ namespace Bluetooth
[Method] public abstract string FindAdapter(string pattern);
}
- public delegate void RemoteDeviceFoundHandler(string address, Int16 rssi,
- string major, string minor, string[] services);
+ public delegate void RemoteDeviceFoundHandler(string address, Int class, Int16 rssi);
public delegate void RemoteNameUpdatedHandler(string address, string name);
[Interface("org.bluez.Adapter")]