Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h36 BleScannerIntf(BleScannerInterface* scanner_intf) : scanner_intf_(scanner_intf){}; in BleScannerIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs132 type BleScannerIntf; typedef
134 unsafe fn GetBleScannerIntf(gatt: *const u8) -> UniquePtr<BleScannerIntf>; in GetBleScannerIntf()
136 fn RegisterScanner(self: Pin<&mut BleScannerIntf>, uuid: RustUuid); in RegisterScanner()
137 fn Unregister(self: Pin<&mut BleScannerIntf>, scanner_id: u8); in Unregister()
138 fn Scan(self: Pin<&mut BleScannerIntf>, start: bool); in Scan()
140 self: Pin<&mut BleScannerIntf>, in ScanFilterParamSetup()
147 self: Pin<&mut BleScannerIntf>, in ScanFilterAdd()
151 fn ScanFilterClear(self: Pin<&mut BleScannerIntf>, filter_index: u8); in ScanFilterClear()
152 fn ScanFilterEnable(self: Pin<&mut BleScannerIntf>, enable: bool); in ScanFilterEnable()
154 self: Pin<&mut BleScannerIntf>, in SetScanParameters()
[all …]