Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 2 of 2) sorted by relevance
1280 #ifndef AVRC_MAX_APP_SETTINGS1281 #define AVRC_MAX_APP_SETTINGS 8 macro1288 UINT8 attr_id[AVRC_MAX_APP_SETTINGS];1289 UINT8 attr_value[AVRC_MAX_APP_SETTINGS];
620 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()621 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()