Home
last modified time | relevance | path

Searched refs:hci_le_setup_iso_data_path (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Dmanager.rs89 LeSetupIsoDataPath(packet) => self.iso.hci_le_setup_iso_data_path(packet), in ingest_hci()
Diso.rs1033 pub fn hci_le_setup_iso_data_path(&mut self, packet: hci::LeSetupIsoDataPath) { in hci_le_setup_iso_data_path() method