Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 3 of 3) sorted by relevance
1395 #ifndef AVRC_MAX_APP_SETTINGS1396 #define AVRC_MAX_APP_SETTINGS 8 macro1402 uint8_t attr_id[AVRC_MAX_APP_SETTINGS];1403 uint8_t attr_value[AVRC_MAX_APP_SETTINGS];
157 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) { in avrc_parse_notification_rsp()158 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_parse_notification_rsp()
626 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()627 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()