Searched refs:p_bonded_devices (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 167 btif_bonded_devices_t *p_bonded_devices); 436 static bt_status_t btif_in_fetch_bonded_devices(btif_bonded_devices_t *p_bonded_devices, int add) in btif_in_fetch_bonded_devices() argument 438 memset(p_bonded_devices, 0, sizeof(btif_bonded_devices_t)); in btif_in_fetch_bonded_devices() 474 …memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t)); in btif_in_fetch_bonded_devices() 484 if (!btif_in_fetch_bonded_ble_device(name, add, p_bonded_devices) && in btif_in_fetch_bonded_devices() 1187 …tch_bonded_ble_device(const char *remote_bd_addr, int add, btif_bonded_devices_t *p_bonded_devices) in btif_in_fetch_bonded_ble_device() argument 1233 …memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t)); in btif_in_fetch_bonded_ble_device()
|