Searched refs:L2CA_RemoveFixedChnl (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 64 struct L2CA_RemoveFixedChnl L2CA_RemoveFixedChnl; variable 225 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() function 227 return test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl(fixed_cid, rem_bda); in L2CA_RemoveFixedChnl()
|
D | mock_stack_l2cap_api.h | 391 struct L2CA_RemoveFixedChnl { struct 400 extern struct L2CA_RemoveFixedChnl L2CA_RemoveFixedChnl; argument
|
D | mock_main_shim_l2cap_api.h | 259 struct L2CA_RemoveFixedChnl { struct 266 extern struct L2CA_RemoveFixedChnl L2CA_RemoveFixedChnl; argument
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 90 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl.body = in FakeBtStack() 124 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl = {}; in ~FakeBtStack()
|
D | l2cap_fuzzer.cc | 268 (void)L2CA_RemoveFixedChnl(L2CAP_SMP_BR_CID, kSmpBrAddr); in Fuzz() 271 (void)L2CA_RemoveFixedChnl(L2CAP_ATT_CID, kAttAddr); in Fuzz()
|
D | gatt_fuzzer.cc | 78 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl.body = in FakeBtStack() 127 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl = {}; in ~FakeBtStack()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.h | 377 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_l2c.cc | 218 if (!L2CA_RemoveFixedChnl(channel, bd_addr)) { in smp_data_received()
|
D | smp_utils.cc | 952 if (!L2CA_RemoveFixedChnl(L2CAP_SMP_BR_CID, p_cb->pairing_bda)) { in smp_remove_fixed_channel() 957 if (!L2CA_RemoveFixedChnl(L2CAP_SMP_CID, p_cb->pairing_bda)) { in smp_remove_fixed_channel()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 829 [[nodiscard]] bool L2CA_RemoveFixedChnl(uint16_t fixed_cid,
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 275 if (!L2CA_RemoveFixedChnl(L2CAP_ATT_CID, p_tcb->peer_bda)) { in gatt_disconnect()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1394 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() function
|