Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_api.c247 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()
/system/bt/bta/include/
Dbta_av_api.h483 #define BTA_AV_META_SINGLE_PACKET AVRC_PKT_SINGLE
/system/bt/stack/include/
Davrc_defs.h184 #define AVRC_PKT_SINGLE 0 macro