From 2ce3885f855be92d356b5451772c8b98030bb8f1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 27 Jul 2006 02:09:19 +0000 Subject: Fix RemoteDeviceFoundHandler callback --- hcid/Bluetooth.cs | 3 +-- 1 file changed, 1 insertion(+), 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")] -- cgit