Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/offload/leaudio/hci/
Dproxy.rs78 Cis { c_to_p: IsoInDirection, _p_to_c: IsoInDirection },
79 Bis { c_to_p: IsoInDirection },
107 c_to_p: IsoInDirection { in new_cis()
129 c_to_p: IsoInDirection { in new_bis()
283 let c_to_p = match stream.iso_type { in in_evt() localVariable
284 IsoType::Cis { ref c_to_p, .. } => c_to_p, in in_evt()
285 IsoType::Bis { ref c_to_p } => c_to_p, in in_evt()
292 sduIntervalUs: c_to_p.sdu_interval_us as i32, in in_evt()
293 maxSduSize: c_to_p.max_sdu_size as i32, in in_evt()
294 flushTimeout: c_to_p.flush_timeout as i32, in in_evt()