Searched refs:L2CA_ConnectFixedChnl (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 62 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()
|
D | mock_stack_l2cap_api.h | 364 struct L2CA_ConnectFixedChnl { struct 373 extern struct L2CA_ConnectFixedChnl L2CA_ConnectFixedChnl; argument
|
D | mock_main_shim_l2cap_api.h | 234 struct L2CA_ConnectFixedChnl { struct 241 extern struct L2CA_ConnectFixedChnl L2CA_ConnectFixedChnl; argument
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 92 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl.body = in FakeBtStack() 125 test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl = {}; in ~FakeBtStack()
|
D | l2cap_fuzzer.cc | 223 L2CA_ConnectFixedChnl(L2CAP_ATT_CID, kAttAddr), in Fuzz() 235 L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, kSmpBrAddr), in Fuzz()
|
D | gatt_fuzzer.cc | 84 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/ |
D | smp_api.cc | 103 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/ |
D | l2c_api.h | 345 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr);
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 795 [[nodiscard]] bool L2CA_ConnectFixedChnl(uint16_t fixed_cid,
|
/packages/modules/Bluetooth/system/stack/test/ |
D | gatt_connection_manager_test.cc | 80 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl() function
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1178 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() function
|