Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_storage.c181 btif_bonded_devices_t *p_bonded_devices);
484 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
486 memset(p_bonded_devices, 0, sizeof(btif_bonded_devices_t)); in btif_in_fetch_bonded_devices()
528 …memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t)); in btif_in_fetch_bonded_devices()
540 … if(!(btif_in_fetch_bonded_ble_device(name, add, p_bonded_devices)) && (!bt_linkkey_file_found)) in btif_in_fetch_bonded_devices()
1197 …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
1244 …memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t)); in btif_in_fetch_bonded_ble_device()