Home
last modified time | relevance | path

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

/system/bt/stack/avct/
Davct_l2c.cc201 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_connect_cfm_cback()
248 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL); in avct_l2c_config_cfm_cback()
305 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL); in avct_l2c_config_ind_cback()
338 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_ind_cback()
369 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_cfm_cback()
393 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, &avct_lcb_evt); in avct_l2c_congestion_ind_cback()
414 avct_lcb_event(p_lcb, AVCT_LCB_LL_MSG_EVT, (tAVCT_LCB_EVT*)&p_buf); in avct_l2c_data_ind_cback()
Davct_api.cc174 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateConn()
213 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, &avct_lcb_evt); in AVCT_RemoveConn()
437 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT, &avct_lcb_evt); in AVCT_MsgReq()
Davct_lcb_act.cc184 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_lcb_chnl_open()
245 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data); in avct_lcb_open_ind()
373 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data); in avct_lcb_chk_disc()
Davct_int.h147 extern void avct_lcb_event(tAVCT_LCB* p_lcb, uint8_t event,
Davct_lcb.cc164 void avct_lcb_event(tAVCT_LCB* p_lcb, uint8_t event, tAVCT_LCB_EVT* p_data) { in avct_lcb_event() function