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.rs1192 unsafe impl Send for BleScanner {} implementation
1542 pub struct BleScanner { struct
1543 _internal: RawBleScannerWrapper, argument
1544 internal_cxx: cxx::UniquePtr<ffi::BleScannerIntf>, argument
1547 impl BleScanner { implementation