Home
last modified time | relevance | path

Searched defs:LeSetupIsoDataPath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/offload/hci/
Dcommand.rs33 LeSetupIsoDataPath(LeSetupIsoDataPath), enumerator
54 LeSetupIsoDataPath(LeIsoDataPathComplete), enumerator
449 impl CommandOpCode for LeSetupIsoDataPath { implementation
454 pub struct LeSetupIsoDataPath { struct
455 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>,
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs1033 pub fn hci_le_setup_iso_data_path(&mut self, packet: hci::LeSetupIsoDataPath) { in hci_le_setup_iso_data_path()