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.c68 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/system/bt/stack/l2cap/
Dl2cap_client.c65 .pL2CA_ConfigInd_Cb = config_request_cb,
Dl2c_csm.c847 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
1129 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()
Dl2c_api.c73 || (!p_cb_info->pL2CA_ConfigInd_Cb) in L2CA_Register()
641 assert(callbacks->pL2CA_ConfigInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
Dl2c_ucd.c249 p_rcb->api.pL2CA_ConfigInd_Cb = l2c_ucd_config_ind_cback; in L2CA_UcdRegister()
/system/bt/stack/include/
Dl2c_api.h307 tL2CA_CONFIG_IND_CB *pL2CA_ConfigInd_Cb; member
/system/bt/stack/sdp/
Dsdp_main.c126 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.c94 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.c81 gap_cb.conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()