summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
authorPriti Aghera <paghera@broadcom.com>2012-04-10 12:31:52 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:15 -0700
commitb785e0a4f28b88a6a3a4ca259305841cb142ee91 (patch)
treecb35ee582fcc9d2a8cf6357b02669a155a0bc07c /btif
parent9ec880cfeeb929342357b63f99e971d8e10ba2ff (diff)
downloadexternal_bluetooth_bluedroid-b785e0a4f28b88a6a3a4ca259305841cb142ee91.zip
external_bluetooth_bluedroid-b785e0a4f28b88a6a3a4ca259305841cb142ee91.tar.gz
external_bluetooth_bluedroid-b785e0a4f28b88a6a3a4ca259305841cb142ee91.tar.bz2
Fix for getBondedDevices() - reverted back the callback
Change-Id: I6443188e3de1539d61572df33c582397d8806401
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 2bb3a0e..db23e69 100755
--- a/btif/src/btif_dm.c
+++ b/btif/src/btif_dm.c
@@ -255,13 +255,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);
}
}