Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_storage.c870 bt_bdaddr_t *devices_list; in btif_storage_load_bonded_devices() local
909 devices_list = (bt_bdaddr_t*)osi_malloc(sizeof(bt_bdaddr_t)*bonded_devices.num_devices); in btif_storage_load_bonded_devices()
912 adapter_props[num_props].val = devices_list; in btif_storage_load_bonded_devices()
915 memcpy(devices_list + i, &bonded_devices.devices[i], sizeof(bt_bdaddr_t)); in btif_storage_load_bonded_devices()
927 osi_free(devices_list); in btif_storage_load_bonded_devices()