Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc48 tL2CAP_FIXED_CHNL_REG fixed_chnl_reg = {
54 tL2CAP_FIXED_CHNL_REG fixed_chnl_br_reg = {
100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
184 tL2CAP_FIXED_CHNL_REG* chnl_reg; in Fuzz()
Dgatt_fuzzer.cc62 tL2CAP_FIXED_CHNL_REG fixed_chnl_reg;
100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
Dl2cap_fuzzer.cc175 tL2CAP_FIXED_CHNL_REG reg = { in Fuzz()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h352 std::function<bool(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{
353 [](uint16_t /* fixed_cid */, tL2CAP_FIXED_CHNL_REG* /* p_freg */) {
356 bool operator()(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator()
Dmock_main_shim_l2cap_api.h224 std::function<bool(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{
225 [](uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { return false; }};
226 bool operator()(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator()
Dmock_stack_l2cap_api.cc210 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h766 } tL2CAP_FIXED_CHNL_REG; typedef
781 tL2CAP_FIXED_CHNL_REG* p_freg);
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h331 tL2CAP_FIXED_CHNL_REG* p_freg);
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_l2c.cc65 tL2CAP_FIXED_CHNL_REG fixed_reg; in smp_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc113 tL2CAP_FIXED_CHNL_REG fixed_reg; in gatt_init()
119 memset(&fixed_reg, 0, sizeof(tL2CAP_FIXED_CHNL_REG)); in gatt_init()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h625 tL2CAP_FIXED_CHNL_REG
Dl2c_api.cc1154 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel()