Searched refs:num_devices (Results 1 – 1 of 1) sorted by relevance
146 uint32_t num_devices; member474 …memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t)); in btif_in_fetch_bonded_devices()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()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()897 for (i=0; i < bonded_devices.num_devices; i++) in btif_storage_load_bonded_devices()914 BTIF_TRACE_EVENT("%s: %d bonded devices found", __FUNCTION__, bonded_devices.num_devices); in btif_storage_load_bonded_devices()917 for (i = 0; i < bonded_devices.num_devices; i++) in btif_storage_load_bonded_devices()[all …]