Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/offload/hci/
Dcommand.rs25 LeSetCigParameters(LeSetCigParameters), enumerator
50 LeSetCigParameters(LeSetCigParametersComplete), enumerator
249 impl CommandOpCode for LeSetCigParameters { implementation
254 pub struct LeSetCigParameters { struct
255 pub cig_id: u8,
256 #[N(3)] pub sdu_interval_c_to_p: u32,
257 #[N(3)] pub sdu_interval_p_to_c: u32,
258 pub worst_case_sca: u8,
259 pub packing: u8,
260 pub framing: u8,
[all …]
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs415 pub fn hci_le_set_cig_parameters(&mut self, packet: hci::LeSetCigParameters) { in hci_le_set_cig_parameters()