Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_storage.c593 btif_bonded_devices_t bonded_devices; in btif_storage_get_adapter_property() local
595 btif_in_fetch_bonded_devices(&bonded_devices, 0); in btif_storage_get_adapter_property()
597 …evices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__, bonded_devices.num_devices); in btif_storage_get_adapter_property()
599 if (bonded_devices.num_devices > 0) in btif_storage_get_adapter_property()
601 property->len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_get_adapter_property()
602 memcpy(property->val, bonded_devices.devices, property->len); in btif_storage_get_adapter_property()
846 btif_bonded_devices_t bonded_devices; in btif_storage_load_bonded_devices() local
858 btif_in_fetch_bonded_devices(&bonded_devices, 1); in btif_storage_load_bonded_devices()
893 (bt_bdaddr_t *)osi_malloc(sizeof(bt_bdaddr_t) * bonded_devices.num_devices); in btif_storage_load_bonded_devices()
895 adapter_props[num_props].len = bonded_devices.num_devices * sizeof(bt_bdaddr_t); in btif_storage_load_bonded_devices()
[all …]
Dbtif_core.c710 bt_bdaddr_t bonded_devices[BTM_SEC_MAX_DEVICE_RECORDS]; in btif_in_get_adapter_properties() local
740 sizeof(bonded_devices), bonded_devices); in btif_in_get_adapter_properties()