Searched defs:SampleDatabaseParameters (Results 1 – 1 of 1) sorted by relevance
2231 struct SampleDatabaseParameters { struct in bluetooth::le_audio::UnicastTestNoInit2232 uint16_t conn_id;2233 RawAddress addr;2235 std::optional<uint32_t> sink_audio_allocation = std::nullopt;2236 std::optional<uint32_t> source_audio_allocation = std::nullopt;2237 uint8_t sink_channel_cnt = 0x03;2238 uint8_t source_channel_cnt = 0x03;2239 uint16_t sample_freq_mask = 0x0004;2240 bool add_csis = true;2241 bool add_cas = true;[all …]