Searched refs:AVRC_PKT_SINGLE (Results 1 – 2 of 2) sorted by relevance
391 if (pkt_type != AVRC_PKT_SINGLE) { in avrc_proc_vendor_command()500 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()507 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) { in avrc_proc_far_msg()579 *p_data++ = AVRC_PKT_SINGLE; in avrc_proc_far_msg()
201 #define AVRC_PKT_SINGLE 0 macro