Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/offload/hci/
Dcommand.rs27 LeCreateCis(LeCreateCis), enumerator
334 impl CommandOpCode for LeCreateCis { implementation
339 pub struct LeCreateCis { struct
340 pub connection_handles: Vec<CisAclConnectionHandle>,
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs804 pub fn hci_le_create_cis(&mut self, packet: hci::LeCreateCis) { in hci_le_create_cis()