Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c79 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h308 tL2CA_CONFIG_CFM_CB *pL2CA_ConfigCfm_Cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c62 .pL2CA_ConfigCfm_Cb = config_completed_cb,
Dl2c_csm.c745 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
755 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
Dl2c_ucd.c230 p_rcb->api.pL2CA_ConfigCfm_Cb = l2c_ucd_config_cfm_cback; in L2CA_UcdRegister()
Dl2c_api.c66 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) in L2CA_Register()
324 assert(callbacks->pL2CA_ConfigCfm_Cb != NULL); in L2CA_SetConnectionCallbacks()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c193 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c82 gap_cb.conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()