diff options
-rw-r--r-- | hcid/Bluetooth.cs | 3 |
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")] |