Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 2 of 2) sorted by relevance
1235 #ifndef AVRC_MAX_APP_SETTINGS1236 #define AVRC_MAX_APP_SETTINGS 8 macro1242 UINT8 attr_id[AVRC_MAX_APP_SETTINGS];1243 UINT8 attr_value[AVRC_MAX_APP_SETTINGS];
572 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) { in avrc_bld_notify_rsp()573 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()