Home
last modified time | relevance | path

Searched refs:bonded_devices (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c514 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local
516 btif_in_fetch_bonded_devices(&bonded_devices, 0); in btif_storage_get_adapter_property()
518 …evices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__, bonded_devices.num_devices); in btif_storage_get_adapter_property()
520 if (bonded_devices.num_devices > 0) in btif_storage_get_adapter_property()
522 property->len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_get_adapter_property()
523 memcpy(property->val, bonded_devices.devices, property->len); in btif_storage_get_adapter_property()
738 btif_bonded_devices_t bonded_devices; in btif_storage_load_bonded_devices() local
752 btif_in_fetch_bonded_devices(&bonded_devices, 1); in btif_storage_load_bonded_devices()
786 devices_list = (bt_bdaddr_t*)malloc(sizeof(bt_bdaddr_t)*bonded_devices.num_devices); in btif_storage_load_bonded_devices()
788 adapter_props[num_props].len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_load_bonded_devices()
[all …]
Dbtif_core.c848 bt_bdaddr_t bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local
878 sizeof(bonded_devices), bonded_devices); in btif_in_get_adapter_properties()