From 60def948f68b9c02a9bb508e662d172ccab7ab65 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 May 2004 13:27:50 +0000 Subject: Fix the event code of inquiry with RSSI --- include/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hci.h b/include/hci.h index 5ab61c77..f498b16d 100644 --- a/include/hci.h +++ b/include/hci.h @@ -964,7 +964,7 @@ typedef struct { } __attribute__ ((packed)) evt_qos_violation; #define EVT_QOS_VIOLATION_SIZE 2 -#define EVT_INQUIRY_RESULT_WITH_RSSI 0x02 +#define EVT_INQUIRY_RESULT_WITH_RSSI 0x22 typedef struct { bdaddr_t bdaddr; uint8_t pscan_rep_mode; -- cgit