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

  /external/bluetooth/bluedroid/stack/avct/
avct_int.h 174 extern void avct_lcb_send_msg(tAVCT_LCB *p_lcb, tAVCT_LCB_EVT *p_data);
avct_lcb.c 73 AVCT_LCB_SEND_MSG,
99 avct_lcb_send_msg,
151 /* UL_MSG_EVT */ {AVCT_LCB_SEND_MSG, AVCT_LCB_IGNORE, AVCT_LCB_OPEN_ST},
avct_lcb_act.c 498 ** Function avct_lcb_send_msg
506 void avct_lcb_send_msg(tAVCT_LCB *p_lcb, tAVCT_LCB_EVT *p_data) function
548 AVCT_TRACE_ERROR0 ("avct_lcb_send_msg cannot alloc buffer!!");
610 AVCT_TRACE_DEBUG1 ("avct_lcb_send_msg tx_q_count:%d", p_lcb->tx_q.count);

Completed in 331 milliseconds