Searched refs:AVRC_PKT_SINGLE (Results 1 – 3 of 3) sorted by relevance
247 if (pkt_type != AVRC_PKT_SINGLE) in avrc_proc_vendor_command()369 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) in avrc_proc_far_msg()376 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) in avrc_proc_far_msg()452 *p_data++ = AVRC_PKT_SINGLE; in avrc_proc_far_msg()
483 #define BTA_AV_META_SINGLE_PACKET AVRC_PKT_SINGLE
184 #define AVRC_PKT_SINGLE 0 macro