Home
last modified time | relevance | path

Searched refs:avct_cb (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c40 tAVCT_CB avct_cb; variable
73 memset(&avct_cb, 0, sizeof(tAVCT_CB)); in AVCT_Register()
85 avct_cb.mtu_br = mtu_br; in AVCT_Register()
89 avct_cb.trace_level = AVCT_INITIAL_TRACE_LEVEL; in AVCT_Register()
91 avct_cb.trace_level = BT_TRACE_LEVEL_NONE; in AVCT_Register()
98 avct_cb.mtu = mtu; in AVCT_Register()
263 p_bcb = &avct_cb.bcb[index - 1]; in AVCT_CreateBrowse()
Davct_ccb.c46 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_ccb_alloc()
112 return (UINT8) (p_ccb - avct_cb.ccb); in avct_ccb_to_idx()
131 p_ccb = &avct_cb.ccb[idx]; in avct_ccb_by_idx()
Davct_lcb.c276 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_by_bd()
308 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_alloc()
347 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_dealloc()
377 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_by_lcid()
407 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_has_pid()
430 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_last_ccb()
Davct_l2c.c79 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_l2c_is_passive()
149 cfg.mtu = avct_cb.mtu; in avct_l2c_connect_ind_cback()
190 cfg.mtu = avct_cb.mtu; in avct_l2c_connect_cfm_cback()
Davct_lcb_act.c223 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_ind()
269 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_fail()
293 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_ind()
324 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_cfm()
441 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_cong_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h221 extern tAVCT_CB avct_cb;
224 #define avct_cb (*avct_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h305 #define AVCT_TRACE_ERROR(fmt, args...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_…
306 #define AVCT_TRACE_WARNING(fmt, args...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING && B…
307 #define AVCT_TRACE_API(fmt, args...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API && BT_LO…
308 #define AVCT_TRACE_EVENT(fmt, args...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_…
309 #define AVCT_TRACE_DEBUG(fmt, args...) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG && BT_…