Home
last modified time | relevance | path

Searched refs:L2CA_SwitchRoleToCentral (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_l2cap_api.cc90 struct L2CA_SwitchRoleToCentral L2CA_SwitchRoleToCentral; variable
338 void bluetooth::shim::L2CA_SwitchRoleToCentral(const RawAddress& addr) { in L2CA_SwitchRoleToCentral() function in bluetooth::shim
340 test::mock::main_shim_l2cap_api::L2CA_SwitchRoleToCentral(addr); in L2CA_SwitchRoleToCentral()
H A Dmock_main_shim_l2cap_api.h579 struct L2CA_SwitchRoleToCentral { struct
584 extern struct L2CA_SwitchRoleToCentral L2CA_SwitchRoleToCentral; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h471 void L2CA_SwitchRoleToCentral(const RawAddress& addr);
H A Dl2c_api.cc1589 void L2CA_SwitchRoleToCentral(const RawAddress& addr) { in L2CA_SwitchRoleToCentral() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc201 void bluetooth::shim::L2CA_SwitchRoleToCentral(const RawAddress& addr) { in L2CA_SwitchRoleToCentral() function in bluetooth::shim
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc527 bluetooth::shim::L2CA_SwitchRoleToCentral(remote_bd_addr); in BTM_SwitchRoleToCentral()