Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/ble/
H A DBleScanner.java37 public class BleScanner { class
96 public BleScanner() {} in BleScanner() method in BleScanner
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dble_scanner.cc42 BleScanner::BleScanner() { in BleScanner() function in nearby::BleScanner
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1158 unsafe impl Send for BleScanner {} implementation
1452 pub struct BleScanner { struct
1453 _internal: RawBleScannerWrapper, argument
1454 internal_cxx: cxx::UniquePtr<ffi::BleScannerIntf>, argument
1457 impl BleScanner { impl