Incorrect RSSI value in onlost/onfound

Fix for signed value in onlost/onfound

Bug: 19891550
Change-Id: Idee4c566fe0d6f10a87c92f5bf03743fddbe2261
This commit is contained in:
Satya Calloji 2015-03-23 18:18:13 -07:00 committed by Prerepa Viswanadham
parent a8b49d3fee
commit 3de70a1d6a

View file

@ -32,7 +32,7 @@ typedef struct
uint8_t advertiser_info_present;
uint8_t addr_type;
uint8_t tx_power;
uint8_t rssi_value;
int8_t rssi_value;
uint16_t time_stamp;
bt_bdaddr_t bd_addr;
uint8_t adv_pkt_len;