Searched refs:p_target_rec (Results 1 – 2 of 2) sorted by relevance
448 void btm_consolidate_dev(tBTM_SEC_DEV_REC *p_target_rec) in btm_consolidate_dev() argument451 tBTM_SEC_DEV_REC temp_rec = *p_target_rec; in btm_consolidate_dev()459 if (p_target_rec == p_dev_rec) in btm_consolidate_dev()462 if (!memcmp (p_dev_rec->bd_addr, p_target_rec->bd_addr, BD_ADDR_LEN)) in btm_consolidate_dev()464 memcpy(p_target_rec, p_dev_rec, sizeof(tBTM_SEC_DEV_REC)); in btm_consolidate_dev()465 p_target_rec->ble = temp_rec.ble; in btm_consolidate_dev()466 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()467 p_target_rec->enc_key_size = temp_rec.enc_key_size; in btm_consolidate_dev()468 p_target_rec->conn_params = temp_rec.conn_params; in btm_consolidate_dev()469 p_target_rec->device_type |= temp_rec.device_type; in btm_consolidate_dev()[all …]
1110 extern void btm_consolidate_dev(tBTM_SEC_DEV_REC *p_target_rec);