Searched refs:app_settings (Results 1 – 1 of 1) sorted by relevance
3379 btrc_player_settings_t app_settings; in handle_notification_response() local3382 app_settings.num_attr = p_rsp->param.player_setting.num_attr; in handle_notification_response()3383 for (xx = 0; xx < app_settings.num_attr; xx++) { in handle_notification_response()3384 app_settings.attr_ids[xx] = p_rsp->param.player_setting.attr_id[xx]; in handle_notification_response()3385 app_settings.attr_values[xx] = in handle_notification_response()3390 p_dev->rc_addr, app_settings)); in handle_notification_response()3557 btrc_player_settings_t app_settings; in handle_app_cur_val_response() local3574 app_settings.num_attr = p_rsp->num_val; in handle_app_cur_val_response()3576 if (app_settings.num_attr > BTRC_MAX_APP_SETTINGS) { in handle_app_cur_val_response()3577 app_settings.num_attr = BTRC_MAX_APP_SETTINGS; in handle_app_cur_val_response()[all …]