Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc97 if ((value > 0) && (value <= AVRC_PLAYER_VAL_ON)) result = true; in avrc_is_valid_player_attrib_value()
/system/bt/stack/include/
Davrc_defs.h331 #define AVRC_PLAYER_VAL_ON 0x02 macro