summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
Diffstat (limited to 'btif')
-rwxr-xr-xbtif/src/btif_dm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c
index e2ab8c5..1af1e0c 100755
--- a/btif/src/btif_dm.c
+++ b/btif/src/btif_dm.c
@@ -285,13 +285,6 @@ static void bond_state_changed(bt_status_t status, bt_bdaddr_t *bd_addr, bt_bond
else
{
memset(&pairing_cb, 0, sizeof(pairing_cb));
- char buf[512];
- bt_property_t prop;
- prop.type = BT_PROPERTY_ADAPTER_BONDED_DEVICES;
- prop.val = (void*)buf;
- prop.len = sizeof(buf);
- status = btif_storage_get_adapter_property(&prop);
- HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, &prop);
}
}