OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVCT_TRACE_DEBUG
(Results
1 - 6
of
6
) sorted by null
/system/bt/stack/avct/
avct_l2c.c
83
AVCT_TRACE_DEBUG
("avct_l2c_is_ct control:x%x", p_ccb->cc.control);
133
AVCT_TRACE_DEBUG
("avct_l2c_connect_ind_cback conflict_lcid:0x%x", p_lcb->conflict_lcid);
139
AVCT_TRACE_DEBUG
("avct_l2c_connect_ind_cback: 0x%x, res: %d, ch_state: %d",
159
AVCT_TRACE_DEBUG
("avct_l2c snd Cfg Req");
164
AVCT_TRACE_DEBUG
("ch_state cni: %d ", p_lcb->ch_state);
186
AVCT_TRACE_DEBUG
("avct_l2c_connect_cfm_cback lcid:0x%x result: %d ch_state: %d, conflict_lcid:0x%x",
202
AVCT_TRACE_DEBUG
("avct_l2c snd Cfg Req");
207
AVCT_TRACE_DEBUG
("avct_l2c_connect_cfm_cback conflict_lcid:0x%x", p_lcb->conflict_lcid);
217
AVCT_TRACE_DEBUG
("avct_l2c_connect_cfm_cback ch_state: %d, conflict_lcid:0x%x", p_lcb->ch_state, p_lcb->conflict_lcid);
225
AVCT_TRACE_DEBUG
("ch_state cnc: %d ", p_lcb->ch_state)
[
all
...]
avct_ccb.c
53
AVCT_TRACE_DEBUG
("avct_ccb_alloc %d", i);
82
AVCT_TRACE_DEBUG
("avct_ccb_dealloc %d", avct_ccb_to_idx(p_ccb));
avct_lcb.c
299
AVCT_TRACE_DEBUG
("No lcb for addr %02x-%02x-%02x-%02x-%02x-%02x",
326
AVCT_TRACE_DEBUG
("avct_lcb_alloc %d", p_lcb->allocated);
355
AVCT_TRACE_DEBUG
("%s allocated: %d", __func__, p_lcb->allocated);
364
AVCT_TRACE_DEBUG
("%s LCB in use; lcb index: %d", __func__, i);
371
AVCT_TRACE_DEBUG
("%s Freeing LCB", __func__);
avct_api.c
175
AVCT_TRACE_DEBUG
("ch_state: %d", p_lcb->ch_state);
288
AVCT_TRACE_DEBUG
("ch_state: %d", p_bcb->ch_state);
avct_lcb_act.c
626
AVCT_TRACE_DEBUG
("avct_lcb_send_msg tx_q_count:%d",
/system/bt/include/
bt_trace.h
315
#define
AVCT_TRACE_DEBUG
(...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}
Completed in 90 milliseconds