Searched refs:p_target_rec (Results 1 – 2 of 2) sorted by relevance
480 void btm_consolidate_dev(tBTM_SEC_DEV_REC *p_target_rec) in btm_consolidate_dev() argument484 tBTM_SEC_DEV_REC temp_rec = *p_target_rec; in btm_consolidate_dev()491 if (p_target_rec!= p_dev_rec && p_dev_rec->sec_flags & BTM_SEC_IN_USE) in btm_consolidate_dev()493 if (!memcmp (p_dev_rec->bd_addr, p_target_rec->bd_addr, BD_ADDR_LEN)) in btm_consolidate_dev()495 memcpy(p_target_rec, p_dev_rec, sizeof(tBTM_SEC_DEV_REC)); in btm_consolidate_dev()496 p_target_rec->ble = temp_rec.ble; in btm_consolidate_dev()497 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()498 p_target_rec->enc_key_size = temp_rec.enc_key_size; in btm_consolidate_dev()499 p_target_rec->conn_params = temp_rec.conn_params; in btm_consolidate_dev()500 p_target_rec->device_type |= temp_rec.device_type; in btm_consolidate_dev()[all …]
1091 extern void btm_consolidate_dev(tBTM_SEC_DEV_REC *p_target_rec);