Searched defs:BtLePcmConfig (Results 1 – 4 of 4) sorted by relevance
86 pub struct BtLePcmConfig { struct87 pub data_interval_us: u32,88 pub sample_rate: u32,89 pub bits_per_sample: u8,90 pub channels_count: u8,172 fn get_host_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_host_pcm_config()173 fn get_peer_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_peer_pcm_config()229 pub type BtLePcmConfig = ffi::BtLePcmConfig; typedef718 pub fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()723 pub fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()
451 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()456 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()
195 fn get_host_pcm_config(&mut self) -> BtLePcmConfig; in get_host_pcm_config()196 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig; in get_peer_pcm_config()4021 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()4031 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()
2828 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()2833 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()