Lines Matching refs:req
291 btav_a2dp_codec_config_t req; in btif_update_source_codec() local
292 memcpy(&req, p_data, sizeof(req)); in btif_update_source_codec()
294 btif_a2dp_source_encoder_user_config_update_req(req); in btif_update_source_codec()
419 btif_av_sink_config_req_t req; in btif_av_state_idle_handler() local
421 memcpy(&req, p_data, sizeof(req)); in btif_av_state_idle_handler()
426 __func__, req.sample_rate, req.channel_count); in btif_av_state_idle_handler()
428 HAL_CBACK(bt_av_sink_callbacks, audio_config_cb, &(req.peer_bd), in btif_av_state_idle_handler()
429 req.sample_rate, req.channel_count); in btif_av_state_idle_handler()
598 btif_av_sink_config_req_t req; in btif_av_state_opening_handler() local
600 memcpy(&req, p_data, sizeof(req)); in btif_av_state_opening_handler()
605 __func__, req.sample_rate, req.channel_count); in btif_av_state_opening_handler()
609 req.sample_rate, req.channel_count); in btif_av_state_opening_handler()