Searched refs:pL2CA_FixedConn_Cb (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 49 .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()
|
D | gatt_fuzzer.cc | 227 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()
|
D | l2cap_fuzzer.cc | 176 .pL2CA_FixedConn_Cb = [](uint16_t, const RawAddress&, bool, uint16_t, in Fuzz()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_l2c.cc | 68 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/ |
D | l2c_utils.cc | 1130 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()
|
D | l2c_link.cc | 384 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2c_link_hci_disc_comp()
|
D | l2c_api.cc | 1239 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 759 tL2CA_FIXED_CHNL_CB* pL2CA_FixedConn_Cb; member
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 124 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()
|