Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c112 case AVRC_PLAYER_SETTING_SCAN: in avrc_is_valid_player_attrib_value()
146 if ( (attr >= AVRC_PLAYER_SETTING_EQUALIZER && attr <= AVRC_PLAYER_SETTING_SCAN) || in AVRC_IsValidPlayerAttr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h264 #define AVRC_PLAYER_SETTING_SCAN 0x04 macro
837 #define AVRC_IS_VALID_ATTRIBUTE(a) (((((a > 0) && a <= AVRC_PLAYER_SETTING_SCAN)) || \