Searched refs:app_settings (Results 1 – 1 of 1) sorted by relevance
3274 btrc_player_settings_t app_settings; in handle_notification_response() local3277 app_settings.num_attr = p_rsp->param.player_setting.num_attr; in handle_notification_response()3278 for (xx = 0; xx < app_settings.num_attr; xx++) { in handle_notification_response()3279 app_settings.attr_ids[xx] = p_rsp->param.player_setting.attr_id[xx]; in handle_notification_response()3280 app_settings.attr_values[xx] = in handle_notification_response()3287 p_dev->rc_addr, app_settings)); in handle_notification_response()3456 btrc_player_settings_t app_settings; in handle_app_cur_val_response() local3474 app_settings.num_attr = p_rsp->num_val; in handle_app_cur_val_response()3476 if (app_settings.num_attr > BTRC_MAX_APP_SETTINGS) { in handle_app_cur_val_response()3478 app_settings.num_attr = BTRC_MAX_APP_SETTINGS; in handle_app_cur_val_response()[all …]