Home
last modified time | relevance | path

Searched defs:ScanFilterEnable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc223 void BleScannerIntf::ScanFilterEnable(bool enable) { in ScanFilterEnable() function in bluetooth::topshim::rust::BleScannerIntf
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto54 rpc ScanFilterEnable(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc244 void BleScannerInterfaceImpl::ScanFilterEnable(bool enable, EnableCallback cb) { in ScanFilterEnable() function in BleScannerInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1667 void LeScanningManager::ScanFilterEnable(bool enable) { in ScanFilterEnable() function in bluetooth::hci::LeScanningManager
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs163 fn ScanFilterEnable(self: Pin<&mut BleScannerIntf>, enable: bool); in ScanFilterEnable() function