Searched refs:btm_find_or_alloc_dev (Results 1 – 9 of 9) sorted by relevance
332 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp()483 p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_advertiser_conn_comp()889 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn()
985 if ((p_dev_rec = btm_find_or_alloc_dev (bd_addr)) == NULL) { in btm_sec_bond_by_transport()2112 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_l2cap_access_req()2447 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_mx_access_request()3237 p_dev_rec = btm_find_or_alloc_dev (bd_addr); in btm_sec_rmt_host_support_feat_evt()3282 p_dev_rec = btm_find_or_alloc_dev (evt_data.bd_addr); in btm_io_capabilities_req()3463 p_dev_rec = btm_find_or_alloc_dev (evt_data.bd_addr); in btm_io_capabilities_rsp()4696 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_link_key_notification()4846 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_link_key_request()5060 p_dev_rec = btm_find_or_alloc_dev (p_bda); in btm_sec_pin_code_request()
625 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr) in btm_find_or_alloc_dev() function
1001 p_dev_rec = btm_find_or_alloc_dev (p_acl_cb->remote_addr); in btm_process_remote_ext_features()2507 p_dev_rec = btm_find_or_alloc_dev (bda); in btm_acl_resubmit_page()2567 p_dev_rec = btm_find_or_alloc_dev (bda); in btm_acl_paging()
1088 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bd_addr); in BTM_BleSetPreferExtenedConnParams()
616 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bd_addr); in BTM_BleSetPrefConnParams()
1387 if ((p_dev_rec = btm_find_or_alloc_dev (p_cb->direct_bda.bda)) != NULL && in btm_set_conn_mode_adv_init_addr()
1165 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr);
524 p_dev_rec = btm_find_or_alloc_dev(p_data->api_conn.remote_bda); in bta_gattc_open()