Home
last modified time | relevance | path

Searched refs:AVRC_PKT_SINGLE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c269 if (pkt_type != AVRC_PKT_SINGLE) { in avrc_proc_vendor_command()
378 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()
387 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) { in avrc_proc_far_msg()
459 *p_data++ = AVRC_PKT_SINGLE; in avrc_proc_far_msg()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h529 #define BTA_AV_META_SINGLE_PACKET AVRC_PKT_SINGLE
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h182 #define AVRC_PKT_SINGLE 0 macro