Home
last modified time | relevance | path

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

/system/bt/gd/rust/hal/src/
Dsnoop.rs83 pub struct SnoopConfig { struct
89 impl SnoopConfig { argument
111 impl Default for SnoopConfig { implementation
133 async fn provide_snooped_hal(config: SnoopConfig, raw_hal: RawHal, rt: Arc<Runtime>) -> Hal { in provide_snooped_hal()