Incorrect RSSI value in onlost/onfound
Fix for signed value in onlost/onfound Bug: 19891550 Change-Id: Idee4c566fe0d6f10a87c92f5bf03743fddbe2261
This commit is contained in:
parent
a8b49d3fee
commit
3de70a1d6a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue