Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c172 *p_data++ = AVRC_PKT_END; in avrc_prep_end_frag()
440 pkt_type = AVRC_PKT_END; in avrc_proc_far_msg()
447 if (pkt_type == AVRC_PKT_END) { in avrc_proc_far_msg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h185 #define AVRC_PKT_END 3 macro