Searched refs:p_target_rec (Results 1 – 2 of 2) sorted by relevance
379 void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) { in btm_consolidate_dev() argument380 tBTM_SEC_DEV_REC temp_rec = *p_target_rec; in btm_consolidate_dev()393 if (p_target_rec == p_dev_rec) continue; in btm_consolidate_dev()395 if (p_dev_rec->bd_addr == p_target_rec->bd_addr) { in btm_consolidate_dev()396 memcpy(p_target_rec, p_dev_rec, sizeof(tBTM_SEC_DEV_REC)); in btm_consolidate_dev()397 p_target_rec->ble = temp_rec.ble; in btm_consolidate_dev()398 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()399 p_target_rec->enc_key_size = temp_rec.enc_key_size; in btm_consolidate_dev()400 p_target_rec->conn_params = temp_rec.conn_params; in btm_consolidate_dev()401 p_target_rec->device_type |= temp_rec.device_type; in btm_consolidate_dev()[all …]
265 extern void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec);