HomeSort by relevance Sort by last modified time
    Searched refs:avct_lcb_event (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/avct/
avct_l2c.c 211 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
261 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
322 avct_lcb_event(p_lcb, AVCT_LCB_LL_OPEN_EVT, NULL);
354 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
383 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &res);
406 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested);
428 avct_lcb_event(p_lcb, AVCT_LCB_LL_MSG_EVT, (tAVCT_LCB_EVT *) &p_buf);
avct_api.c 176 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, (tAVCT_LCB_EVT *) &p_ccb);
216 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, (tAVCT_LCB_EVT *) &p_ccb);
468 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT *) &ul_msg);
avct_lcb_act.c 193 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, (tAVCT_LCB_EVT *) &result);
263 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
414 avct_lcb_event(p_lcb, AVCT_LCB_INT_CLOSE_EVT, p_data);
avct_int.h 146 extern void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
avct_lcb.c 186 ** Function avct_lcb_event
194 void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data) function

Completed in 1416 milliseconds