Home
last modified time | relevance | path

Searched refs:avct_lcb_event (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c200 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result); in avct_l2c_connect_cfm_cback()
244 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL); in avct_l2c_config_cfm_cback()
298 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL); in avct_l2c_config_ind_cback()
328 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result); in avct_l2c_disconnect_ind_cback()
356 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &res); in avct_l2c_disconnect_cfm_cback()
378 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested); in avct_l2c_congestion_ind_cback()
399 avct_lcb_event(p_lcb, AVCT_LCB_LL_MSG_EVT, (tAVCT_LCB_EVT *) &p_buf); in avct_l2c_data_ind_cback()
Davct_api.c174 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, (tAVCT_LCB_EVT *) &p_ccb); in AVCT_CreateConn()
211 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, (tAVCT_LCB_EVT *) &p_ccb); in AVCT_RemoveConn()
438 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT *) &ul_msg); in AVCT_MsgReq()
Davct_lcb_act.c187 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result); in avct_lcb_chnl_open()
252 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data); in avct_lcb_open_ind()
387 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data); in avct_lcb_chk_disc()
Davct_lcb.c196 void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data) in avct_lcb_event() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h145 extern void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);