diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-12 13:27:50 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-12 13:27:50 +0000 |
commit | 60def948f68b9c02a9bb508e662d172ccab7ab65 (patch) | |
tree | e52750fabee47cff769c544159ffe6bf8c3c9219 /include | |
parent | 997224301bb21bcd345026e9634d2d501e6918e7 (diff) |
Fix the event code of inquiry with RSSI
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |