Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_api.cc477 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()
486 if (pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()
1204 *p_data++ = AVRC_PKT_START; in AVRC_MsgReq()
/system/bt/stack/include/
Davrc_defs.h200 #define AVRC_PKT_START 1 macro