diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-07-03 22:01:23 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-07-03 22:01:23 +0000 | 
| commit | 3bd9f65df44db713ad911a729d7a934e2d328661 (patch) | |
| tree | 315406810ae52dac946611e8d2435b5f00de4018 /include/hci.h | |
| parent | 8ee9bf3777ff4f57ec1e170174e2fcb6e1f870f7 (diff) | |
rssi is signed int
Diffstat (limited to 'include/hci.h')
| -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 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 | 
