commit | 807a99471909391aca383e8dc71b51899556b3fb | [log] [tgz] |
---|---|---|
author | Satya Calloji <satyac@broadcom.com> | Mon Mar 23 18:18:13 2015 -0700 |
committer | Scott James Remnant <keybuk@google.com> | Thu Apr 23 12:42:32 2015 -0700 |
tree | bb8d14a44af5801f1da95c209fd0beec4ec33b8d | |
parent | 41121c80c503d549371208ec51ec957211dc443c [diff] |
Incorrect RSSI value in onlost/onfound Fix for signed value in onlost/onfound Bug: 19891550 Change-Id: Idee4c566fe0d6f10a87c92f5bf03743fddbe2261
diff --git a/include/hardware/bt_common_types.h b/include/hardware/bt_common_types.h index f1e0984..e30ac24 100644 --- a/include/hardware/bt_common_types.h +++ b/include/hardware/bt_common_types.h
@@ -32,7 +32,7 @@ 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;