From d2506e5078e02804484d5e416e23a49fb646151b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Oct 2005 12:56:13 +0000 Subject: Make the remote name resolve non-blocking --- hcid/dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus.h') diff --git a/hcid/dbus.h b/hcid/dbus.h index faa19ea4..8ba4af91 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -116,6 +116,7 @@ #define BLUEZ_HCI_INQ_COMPLETE "InquiryComplete" #define BLUEZ_HCI_INQ_RESULT "InquiryResult" #define BLUEZ_HCI_REMOTE_NAME "RemoteName" +#define BLUEZ_HCI_REMOTE_NAME_FAILED "RemoteNameFailed" //HCI signals sent in the BLUEZ_HCI_PATH #define BLUEZ_HCI_DEV_ADDED "DeviceAdded" -- cgit