Home
last modified time | relevance | path

Searched refs:pL2CA_FixedConn_Cb (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc49 .pL2CA_FixedConn_Cb = [](uint16_t, const RawAddress&, bool, uint16_t,
55 .pL2CA_FixedConn_Cb = [](uint16_t, const RawAddress&, bool, uint16_t,
208 chnl_reg->pL2CA_FixedConn_Cb(cid, kDummyAddr, true, 0, transport); in Fuzz()
223 chnl_reg->pL2CA_FixedConn_Cb(cid, kDummyAddr, false, 0, transport); in Fuzz()
Dgatt_fuzzer.cc227 fixed_chnl_reg.pL2CA_FixedConn_Cb(L2CAP_ATT_CID, kDummyAddr, true, 0, in FuzzAsServer()
256 fixed_chnl_reg.pL2CA_FixedConn_Cb(L2CAP_ATT_CID, kDummyAddr, true, 0, in FuzzAsClient()
309 fixed_chnl_reg.pL2CA_FixedConn_Cb(L2CAP_ATT_CID, kDummyAddr, false, 0, in FuzzAsClient()
Dl2cap_fuzzer.cc176 .pL2CA_FixedConn_Cb = [](uint16_t, const RawAddress&, bool, uint16_t, in Fuzz()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_l2c.cc68 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback; in smp_l2cap_if_init()
82 fixed_reg.pL2CA_FixedConn_Cb = smp_br_connect_callback; in smp_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc1130 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) in l2cu_send_peer_info_rsp()
2821 if (!l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb) continue; in l2cu_process_fixed_chnl_resp()
2826 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp()
2829 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp()
2866 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback()
2871 (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL)) in l2cu_process_fixed_disc_cback()
2872 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback()
Dl2c_link.cc384 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2c_link_hci_disc_comp()
Dl2c_api.cc1239 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h759 tL2CA_FIXED_CHNL_CB* pL2CA_FixedConn_Cb; member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc124 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()