OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
74
AVCT_LCB_SEND_MSG
,
100
avct_lcb_send_msg
,
152
/* UL_MSG_EVT */ {
AVCT_LCB_SEND_MSG
, AVCT_LCB_IGNORE, AVCT_LCB_OPEN_ST},
avct_lcb_act.c
509
** Function
avct_lcb_send_msg
517
void
avct_lcb_send_msg
(tAVCT_LCB *p_lcb, tAVCT_LCB_EVT *p_data)
function
559
AVCT_TRACE_ERROR ("
avct_lcb_send_msg
cannot alloc buffer!!");
621
AVCT_TRACE_DEBUG ("
avct_lcb_send_msg
tx_q_count:%d", p_lcb->tx_q.count);
Completed in 265 milliseconds