Home
last modified time | relevance | path

Searched refs:AVRC_PLAYER_SETTING_LOW_MENU_EXT (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc117 if (attrib >= AVRC_PLAYER_SETTING_LOW_MENU_EXT) result = true; in avrc_is_valid_player_attrib_value()
140 (attr >= AVRC_PLAYER_SETTING_LOW_MENU_EXT)) { in AVRC_IsValidPlayerAttr()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h329 #define AVRC_PLAYER_SETTING_LOW_MENU_EXT 0x80 macro
969 ((a) >= AVRC_PLAYER_SETTING_LOW_MENU_EXT)) \
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc3447 if (p_rsp->attrs[xx] > AVRC_PLAYER_SETTING_LOW_MENU_EXT) { in handle_app_attr_response()