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.c604 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local
606 btif_in_fetch_bonded_devices(&bonded_devices, 0); in btif_storage_get_adapter_property()
608 …evices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__, bonded_devices.num_devices); in btif_storage_get_adapter_property()
610 if (bonded_devices.num_devices > 0) in btif_storage_get_adapter_property()
612 property->len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_get_adapter_property()
613 memcpy(property->val, bonded_devices.devices, property->len); in btif_storage_get_adapter_property()
828 btif_bonded_devices_t bonded_devices; in btif_storage_load_bonded_devices() local
842 btif_in_fetch_bonded_devices(&bonded_devices, 1); in btif_storage_load_bonded_devices()
876 devices_list = (bt_bdaddr_t*)malloc(sizeof(bt_bdaddr_t)*bonded_devices.num_devices); in btif_storage_load_bonded_devices()
878 adapter_props[num_props].len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_load_bonded_devices()
[all …]
Dbtif_core.c891 bt_bdaddr_t bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local
921 sizeof(bonded_devices), bonded_devices); in btif_in_get_adapter_properties()