Home
last modified time | relevance | path

Searched refs:AVRC_PDU_PREV_GROUP (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.cc199 case AVRC_PDU_PREV_GROUP: /* pass thru */ in avrc_opcode_from_pdu()
Davrc_bld_tg.cc1406 case AVRC_PDU_PREV_GROUP: in AVRC_BldResponse()
/system/bt/stack/include/
Davrc_defs.h238 #define AVRC_PDU_PREV_GROUP 0x01 macro
979 #define AVRC_IS_VALID_GROUP(a) (((a) <= AVRC_PDU_PREV_GROUP) ? true : false)
/system/bt/bta/av/
Dbta_av_act.cc401 if (u16 <= AVRC_PDU_PREV_GROUP) ret = AVRC_RSP_IMPL_STBL; in bta_av_group_navi_supported()
403 if (u16 <= AVRC_PDU_PREV_GROUP) in bta_av_group_navi_supported()
/system/bt/btif/src/
Dbtif_rc.cc1337 case AVRC_PDU_PREV_GROUP: /* pass thru */ in opcode_from_pdu()