Searched refs:AVRC_TRACE_DEBUG (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_api.c | 154 AVRC_TRACE_DEBUG ("avrc_prep_end_frag" ); in avrc_prep_end_frag() 198 AVRC_TRACE_DEBUG("%s handle = %u label = %u len = %d", in avrc_send_continue_frag() 374 AVRC_TRACE_DEBUG ("pkt_type %d", pkt_type ); in avrc_proc_far_msg() 409 AVRC_TRACE_DEBUG ("Unable to allocate buffer for fragmented avrc message, \ in avrc_proc_far_msg() 421 AVRC_TRACE_DEBUG ("Received a CONTINUE/END without no corresponding START \ in avrc_proc_far_msg() 461 AVRC_TRACE_DEBUG("end frag:%d, total len:%d, offset:%d", p_pkt->len, in avrc_proc_far_msg() 550 AVRC_TRACE_DEBUG("avrc_msg_cback handle:%d, ctype:%d, offset:%d, len: %d", in avrc_msg_cback() 880 AVRC_TRACE_DEBUG("AVRC_Open role: %d, control:%d status:%d, handle:%d", cc.role, cc.control, in AVRC_Open() 906 AVRC_TRACE_DEBUG("AVRC_Close handle:%d", handle); in AVRC_Close() 942 AVRC_TRACE_DEBUG("%s handle = %u label = %u ctype = %u len = %d", in AVRC_MsgReq() [all …]
|
D | avrc_pars_ct.c | 63 …AVRC_TRACE_DEBUG("avrc_pars_vendor_rsp() ctype:0x%x pdu:0x%x, len:%d/0x%x", p_msg->hdr.ctype, p_re… in avrc_pars_vendor_rsp() 94 AVRC_TRACE_DEBUG("avrc_pars_vendor_rsp PDU reg notif response:event 0x%x", eventid); in avrc_pars_vendor_rsp()
|
D | avrc_pars_tg.c | 65 AVRC_TRACE_DEBUG("avrc_pars_vendor_cmd() pdu:0x%x", p_result->pdu); in avrc_pars_vendor_cmd() 67 AVRC_TRACE_DEBUG("avrc_pars_vendor_cmd() detects wrong AV/C type!"); in avrc_pars_vendor_cmd() 305 AVRC_TRACE_DEBUG("AVRC_ParsCommand() return status:0x%x", status); in AVRC_ParsCommand()
|
D | avrc_bld_tg.c | 702 AVRC_TRACE_DEBUG("pdu:x%x", *p_start); in avrc_bld_rejected_rsp()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 317 #define AVRC_TRACE_DEBUG(fmt, args...) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG && BT_… macro 484 #define AVRC_TRACE_DEBUG(fmt, args...) macro
|