Searched defs:stream_configuration (Results 1 – 3 of 3) sorted by relevance
1312 struct stream_configuration { struct1314 bool pending_configuration;1317 std::shared_ptr<const bluetooth::le_audio::set_configurations::AudioSetConfiguration> conf;1320 types::LeAudioCodecId codec_id;1323 types::BidirectionalPair<stream_parameters> stream_params;
659 void DumpStreamConfiguration(const StreamConfiguration& stream_configuration, in DumpStreamConfiguration()
160 StreamConfiguration stream_configuration; member