Home
last modified time | relevance | path

Searched refs:btm_find_or_alloc_dev (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble_conn_params.cc210 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()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.h142 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr);
Dbtm_sec.cc724 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 …]
Dbtm_dev.cc512 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev() function
Dbtm_ble_sec.cc1521 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_ble_connected()
Dbtm_ble_gap.cc1202 if ((p_dev_rec = btm_find_or_alloc_dev( in btm_set_conn_mode_adv_init_addr()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc73 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& /* bd_addr */) { in btm_find_or_alloc_dev() function
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc256 ASSERT_TRUE(btm_find_or_alloc_dev(bd_addr) != nullptr); in TEST_F()