Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs119 struct CisParameters { struct
140 impl CisParameters { argument
141 fn new(cig_config: &CigConfig, cis_config: &CisConfig) -> CisParameters { in new()