Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc86 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/system/bt/stack/include/
Dl2c_api.h305 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb; member
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc67 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc169 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()
316 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()
780 l2cap_appl_info_.pL2CA_ConfigInd_Cb(new_lcid, &peer_cfg_req); in TEST_F()
/system/bt/stack/bnep/
Dbnep_main.cc83 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = nullptr; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc115 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()
/system/bt/stack/hid/
Dhidh_conn.cc73 .pL2CA_ConfigInd_Cb = hidh_l2cif_config_ind,
/system/bt/stack/l2cap/
Dl2c_api.cc86 const bool config_ind_cb = (p_cb_info.pL2CA_ConfigInd_Cb != nullptr); in L2CA_Register()
Dl2c_csm.cc1213 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()