Searched refs:p_target_rec (Results 1 – 3 of 3) sorted by relevance
356 void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) { in btm_consolidate_dev() argument357 tBTM_SEC_DEV_REC temp_rec = *p_target_rec; in btm_consolidate_dev()370 if (p_target_rec == p_dev_rec) continue; in btm_consolidate_dev()372 if (p_dev_rec->bd_addr == p_target_rec->bd_addr) { in btm_consolidate_dev()374 p_target_rec->ble = temp_rec.ble; in btm_consolidate_dev()376 p_target_rec->enc_key_size = temp_rec.enc_key_size; in btm_consolidate_dev()377 p_target_rec->conn_params = temp_rec.conn_params; in btm_consolidate_dev()378 p_target_rec->device_type |= temp_rec.device_type; in btm_consolidate_dev()379 p_target_rec->sec_flags |= temp_rec.sec_flags; in btm_consolidate_dev()381 p_target_rec->new_encryption_key_is_p256 = in btm_consolidate_dev()[all …]
142 void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec);
107 void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) { in btm_consolidate_dev() argument