Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 2 of 2) sorted by relevance
1281 #ifndef AVRC_MAX_APP_SETTINGS1282 #define AVRC_MAX_APP_SETTINGS 8 macro1289 UINT8 attr_id[AVRC_MAX_APP_SETTINGS];1290 UINT8 attr_value[AVRC_MAX_APP_SETTINGS];
614 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()615 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()