Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc62 struct L2CA_ConnectFixedChnl L2CA_ConnectFixedChnl; variable
215 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() function
217 return test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl(fixed_cid, rem_bda); in L2CA_ConnectFixedChnl()
Dmock_stack_l2cap_api.h364 struct L2CA_ConnectFixedChnl { struct
373 extern struct L2CA_ConnectFixedChnl L2CA_ConnectFixedChnl; argument
Dmock_main_shim_l2cap_api.h234 struct L2CA_ConnectFixedChnl { struct
241 extern struct L2CA_ConnectFixedChnl L2CA_ConnectFixedChnl; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc92 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl.body = in FakeBtStack()
125 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl = {}; in ~FakeBtStack()
Dl2cap_fuzzer.cc223 L2CA_ConnectFixedChnl(L2CAP_ATT_CID, kAttAddr), in Fuzz()
235 L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, kSmpBrAddr), in Fuzz()
Dgatt_fuzzer.cc84 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl.body = in FakeBtStack()
128 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc103 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) { in SMP_Pair()
150 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, bd_addr)) { in SMP_BR_PairWith()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h345 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h795 [[nodiscard]] bool L2CA_ConnectFixedChnl(uint16_t fixed_cid,
/packages/modules/Bluetooth/system/stack/test/
Dgatt_connection_manager_test.cc80 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1178 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() function