Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc205 case AVRC_PDU_PREV_GROUP: /* pass thru */ in avrc_opcode_from_pdu()
Davrc_bld_tg.cc1429 case AVRC_PDU_PREV_GROUP: in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc24 case AVRC_PDU_PREV_GROUP: in free_avrc_response()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h240 AVRC_PDU_PREV_GROUP = 0x01, enumerator
985 #define AVRC_IS_VALID_GROUP(a) (((a) <= AVRC_PDU_PREV_GROUP) ? true : false)
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc438 if (u16 <= AVRC_PDU_PREV_GROUP) ret = AVRC_RSP_IMPL_STBL; in bta_av_group_navi_supported()
440 if (u16 <= AVRC_PDU_PREV_GROUP) in bta_av_group_navi_supported()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc1568 case AVRC_PDU_PREV_GROUP: /* pass thru */ in opcode_from_pdu()