Home
last modified time | relevance | path

Searched refs:pL2CA_ConfigInd_Cb (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc173 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()
321 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()
782 l2cap_appl_info_.pL2CA_ConfigInd_Cb(new_lcid, &peer_cfg_req); in TEST_F()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc421 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc190 .pL2CA_ConfigInd_Cb = [](uint16_t, tL2CAP_CFG_INFO*) {}, in Fuzz()
Dsdp_fuzzer.cc50 .pL2CA_ConfigInd_Cb = [](uint16_t lcid,
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc69 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h333 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb; member
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc84 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = nullptr; in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc123 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc76 .pL2CA_ConfigInd_Cb = hidh_l2cif_config_ind,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc121 const bool config_ind_cb = (p_cb_info.pL2CA_ConfigInd_Cb != nullptr); in L2CA_Register()
Dl2c_csm.cc1344 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()