Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc67 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h295 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb; member
/system/bt/stack/l2cap/
Dl2cap_client.cc70 .pL2CA_ConfigInd_Cb = config_request_cb,
Dl2c_csm.cc793 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
1064 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()
Dl2c_ucd.cc236 p_rcb->api.pL2CA_ConfigInd_Cb = l2c_ucd_config_ind_cback; in L2CA_UcdRegister()
Dl2c_api.cc71 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) || (!p_cb_info->pL2CA_ConfigInd_Cb) || in L2CA_Register()
609 CHECK(callbacks->pL2CA_ConfigInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
/system/bt/stack/sdp/
Dsdp_main.cc112 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.cc90 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc82 gap_cb.conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()