From 3bd9f65df44db713ad911a729d7a934e2d328661 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Wed, 3 Jul 2002 22:01:23 +0000 Subject: rssi is signed int --- include/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hci.h b/include/hci.h index d36a43eb..90d148f0 100644 --- a/include/hci.h +++ b/include/hci.h @@ -517,7 +517,7 @@ typedef struct { typedef struct { uint8_t status; uint16_t handle; - uint8_t rssi; + int8_t rssi; } __attribute__ ((packed)) read_rssi_rp; #define READ_RSSI_RP_SIZE 4 -- cgit