Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 3 of 3) sorted by relevance
1389 #ifndef AVRC_MAX_APP_SETTINGS1390 #define AVRC_MAX_APP_SETTINGS 8 macro1396 uint8_t attr_id[AVRC_MAX_APP_SETTINGS];1397 uint8_t attr_value[AVRC_MAX_APP_SETTINGS];
165 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) { in avrc_parse_notification_rsp()167 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_parse_notification_rsp()
619 if (p_rsp->param.player_setting.num_attr > AVRC_MAX_APP_SETTINGS) in avrc_bld_notify_rsp()620 p_rsp->param.player_setting.num_attr = AVRC_MAX_APP_SETTINGS; in avrc_bld_notify_rsp()