Home
last modified time | relevance | path

Searched refs:AVRC_PKT_START (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c378 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()
389 if (pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()
1007 *p_data++ = AVRC_PKT_START; in AVRC_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h183 #define AVRC_PKT_START 1 macro