summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
Diffstat (limited to 'btif')
-rwxr-xr-xbtif/src/btif_hh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btif/src/btif_hh.c b/btif/src/btif_hh.c
index 76d8ec3..2e9387a 100755
--- a/btif/src/btif_hh.c
+++ b/btif/src/btif_hh.c
@@ -740,7 +740,6 @@ static void btif_hh_upstreams_evt(UINT16 event, char* p_param)
if (memcmp(btif_hh_cb.added_devices[i].bd_addr.address, p_data->dev_info.bda, 6) == 0) {
if (p_data->dev_info.status == BTA_HH_OK) {
btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle;
- btif_hh_cb.added_devices[i].attr_mask = p_data->dev_info.attr_mask;
}
else {
memset(btif_hh_cb.added_devices[i].bd_addr.address, 0, 6);