Home
last modified time | relevance | path

Searched refs:L2CA_RemoveFixedChnl (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc64 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()
Dmock_stack_l2cap_api.h391 struct L2CA_RemoveFixedChnl { struct
400 extern struct L2CA_RemoveFixedChnl L2CA_RemoveFixedChnl; argument
Dmock_main_shim_l2cap_api.h259 struct L2CA_RemoveFixedChnl { struct
266 extern struct L2CA_RemoveFixedChnl L2CA_RemoveFixedChnl; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc90 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl.body = in FakeBtStack()
124 test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl = {}; in ~FakeBtStack()
Dl2cap_fuzzer.cc268 (void)L2CA_RemoveFixedChnl(L2CAP_SMP_BR_CID, kSmpBrAddr); in Fuzz()
271 (void)L2CA_RemoveFixedChnl(L2CAP_ATT_CID, kAttAddr); in Fuzz()
Dgatt_fuzzer.cc78 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/
Dl2c_api.h377 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_l2c.cc218 if (!L2CA_RemoveFixedChnl(channel, bd_addr)) { in smp_data_received()
Dsmp_utils.cc952 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/
Dl2c_api.h829 [[nodiscard]] bool L2CA_RemoveFixedChnl(uint16_t fixed_cid,
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc275 if (!L2CA_RemoveFixedChnl(L2CAP_ATT_CID, p_tcb->peer_bda)) { in gatt_disconnect()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1394 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() function