Home
last modified time | relevance | path

Searched refs:BTM_SwitchRoleToCentral (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc65 .BTM_SwitchRoleToCentral = ::BTM_SwitchRoleToCentral,
Dbtm_sec.cc3243 BTM_SwitchRoleToCentral(p_dev_rec->RemoteAddress()); in btm_sec_auth_complete()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc82 struct BTM_SwitchRoleToCentral BTM_SwitchRoleToCentral; variable
332 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral() function
334 return test::mock::stack_acl::BTM_SwitchRoleToCentral(remote_bd_addr); in BTM_SwitchRoleToCentral()
Dmock_stack_btm_interface.cc101 .BTM_SwitchRoleToCentral = [](const RawAddress& /* remote_bd_addr */)
Dmock_stack_acl.h439 struct BTM_SwitchRoleToCentral { struct
446 extern struct BTM_SwitchRoleToCentral BTM_SwitchRoleToCentral; argument
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h117 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr);
Dbtm_client_interface.h91 [[nodiscard]] tBTM_STATUS (*BTM_SwitchRoleToCentral)( member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc629 get_btm_client_interface().link_policy.BTM_SwitchRoleToCentral( in handle_role_change()
878 get_btm_client_interface().link_policy.BTM_SwitchRoleToCentral( in bta_dm_check_av()
1039 get_btm_client_interface().link_policy.BTM_SwitchRoleToCentral( in bta_dm_adjust_roles()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc1134 const tBTM_STATUS status = BTM_SwitchRoleToCentral(p_scb->PeerAddress()); in bta_av_link_role_ok()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc558 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc2103 if (BTM_SwitchRoleToCentral(p_lcb_cur->remote_bd_addr) == in l2cu_create_conn_br_edr()