summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h
index f498b16d..6cc7e4bd 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -971,7 +971,7 @@ typedef struct {
uint8_t pscan_period_mode;
uint8_t dev_class[3];
uint16_t clock_offset;
- uint8_t rssi;
+ int8_t rssi;
} __attribute__ ((packed)) inquiry_info_with_rssi;
#define INQUIRY_INFO_WITH_RSSI_SIZE 14