Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c67 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h306 tL2CA_CONFIG_IND_CB *pL2CA_ConfigInd_Cb; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c683 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
935 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()
Dl2cap_client.c61 .pL2CA_ConfigInd_Cb = config_request_cb,
Dl2c_api.c67 || (!p_cb_info->pL2CA_ConfigInd_Cb) in L2CA_Register()
323 assert(callbacks->pL2CA_ConfigInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
Dl2c_ucd.c229 p_rcb->api.pL2CA_ConfigInd_Cb = l2c_ucd_config_ind_cback; in L2CA_UcdRegister()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c129 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c81 gap_cb.conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()