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.rs170 type BleScannerIntf; typedef
172 unsafe fn GetBleScannerIntf(gatt: *const u8) -> UniquePtr<BleScannerIntf>; in GetBleScannerIntf()
174 fn RegisterScanner(self: Pin<&mut BleScannerIntf>, uuid: RustUuid); in RegisterScanner()
175 fn Unregister(self: Pin<&mut BleScannerIntf>, scanner_id: u8); in Unregister()
176 fn Scan(self: Pin<&mut BleScannerIntf>, start: bool); in Scan()
178 self: Pin<&mut BleScannerIntf>, in ScanFilterParamSetup()
185 self: Pin<&mut BleScannerIntf>, in ScanFilterAdd()
189 fn ScanFilterClear(self: Pin<&mut BleScannerIntf>, filter_index: u8); in ScanFilterClear()
190 fn ScanFilterEnable(self: Pin<&mut BleScannerIntf>, enable: bool); in ScanFilterEnable()
193 self: Pin<&mut BleScannerIntf>, in MsftAdvMonitorAdd()
[all …]