Searched refs:AVRC_MAX_APP_SETTINGS (Results 1 – 3 of 3) sorted by relevance
1392 #ifndef AVRC_MAX_APP_SETTINGS1393 #define AVRC_MAX_APP_SETTINGS 8 macro1399 uint8_t attr_id[AVRC_MAX_APP_SETTINGS];1400 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()