Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1166 unsafe impl Send for BleScanner {} implementation
1458 pub struct BleScanner { struct
1459 _internal: RawBleScannerWrapper, argument
1460 internal_cxx: cxx::UniquePtr<ffi::BleScannerIntf>, argument
1463 impl BleScanner { implementation