Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_l2cap_api.cc78 struct L2CA_ConnectForSecurity L2CA_ConnectForSecurity; variable
280 void bluetooth::shim::L2CA_ConnectForSecurity(const RawAddress& bd_addr) { in L2CA_ConnectForSecurity() function in bluetooth::shim
282 test::mock::main_shim_l2cap_api::L2CA_ConnectForSecurity(bd_addr); in L2CA_ConnectForSecurity()
H A Dmock_main_shim_l2cap_api.h460 struct L2CA_ConnectForSecurity { struct
465 extern struct L2CA_ConnectForSecurity L2CA_ConnectForSecurity; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h463 void L2CA_ConnectForSecurity(const RawAddress& bd_addr);
H A Dl2c_api.cc1232 void L2CA_ConnectForSecurity(const RawAddress& bd_addr) { in L2CA_ConnectForSecurity() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc185 void bluetooth::shim::L2CA_ConnectForSecurity(const RawAddress& bd_addr) { in L2CA_ConnectForSecurity() function in bluetooth::shim
/aosp12/system/bt/stack/l2cap/
H A Dl2c_link.cc1352 bluetooth::shim::L2CA_ConnectForSecurity(bd_addr); in l2cu_ConnectAclForSecurity()