Searched refs:btm_find_or_alloc_dev (Results 1 – 8 of 8) sorted by relevance
210 btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in l2cble_start_conn_update()315 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_use_preferred_conn_params()370 btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in l2cble_start_subrate_change()
142 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr);
724 p_dev_rec = btm_find_or_alloc_dev(bd_addr); in btm_sec_bond_by_transport()1580 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bd_addr); in btm_sec_l2cap_access_req_by_requirement()1856 p_dev_rec = btm_find_or_alloc_dev(bd_addr); in btm_sec_mx_access_request()2030 p_dev_rec = btm_find_or_alloc_dev(bda); in btm_sec_conn_req()2520 p_dev_rec = btm_find_or_alloc_dev(bd_addr); in btm_sec_rmt_host_support_feat_evt()2569 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p); in btm_io_capabilities_req()2743 p_dev_rec = btm_find_or_alloc_dev(evt_data.bd_addr); in btm_io_capabilities_rsp()4155 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p_bda); in btm_sec_link_key_notification()4280 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_sec_link_key_request()4459 p_dev_rec = btm_find_or_alloc_dev(p_bda); in btm_sec_pin_code_request()[all …]
512 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev() function
1521 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_ble_connected()
1202 if ((p_dev_rec = btm_find_or_alloc_dev( in btm_set_conn_mode_adv_init_addr()
73 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& /* bd_addr */) { in btm_find_or_alloc_dev() function
256 ASSERT_TRUE(btm_find_or_alloc_dev(bd_addr) != nullptr); in TEST_F()