Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc238 void BleScannerIntf::ScanFilterClear(uint8_t filter_index) { in ScanFilterClear() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto53 rpc ScanFilterClear(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc268 void BleScannerInterfaceImpl::ScanFilterClear(int /* filter_index */, in ScanFilterClear() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs162 fn ScanFilterClear(self: Pin<&mut BleScannerIntf>, filter_index: u8); in ScanFilterClear() function