Searched refs:app_settings (Results 1 – 1 of 1) sorted by relevance
3392 btrc_player_settings_t app_settings; in handle_notification_response() local3395 app_settings.num_attr = p_rsp->param.player_setting.num_attr; in handle_notification_response()3396 for (xx = 0; xx < app_settings.num_attr; xx++) { in handle_notification_response()3397 app_settings.attr_ids[xx] = p_rsp->param.player_setting.attr_id[xx]; in handle_notification_response()3398 app_settings.attr_values[xx] = in handle_notification_response()3405 p_dev->rc_addr, app_settings)); in handle_notification_response()3576 btrc_player_settings_t app_settings; in handle_app_cur_val_response() local3594 app_settings.num_attr = p_rsp->num_val; in handle_app_cur_val_response()3596 if (app_settings.num_attr > BTRC_MAX_APP_SETTINGS) { in handle_app_cur_val_response()3598 app_settings.num_attr = BTRC_MAX_APP_SETTINGS; in handle_app_cur_val_response()[all …]