Searched defs:LeSetupIsoDataPath (Results 1 – 2 of 2) sorted by relevance
33 LeSetupIsoDataPath(LeSetupIsoDataPath), enumerator54 LeSetupIsoDataPath(LeIsoDataPathComplete), enumerator449 impl CommandOpCode for LeSetupIsoDataPath { implementation454 pub struct LeSetupIsoDataPath { struct455 pub connection_handle: u16,456 pub data_path_direction: LeDataPathDirection,457 pub data_path_id: u8,458 pub codec_id: LeCodecId,459 #[N(3)] pub controller_delay: u32,460 pub codec_configuration: Vec<u8>,
1033 pub fn hci_le_setup_iso_data_path(&mut self, packet: hci::LeSetupIsoDataPath) { in hci_le_setup_iso_data_path()