Home
last modified time | relevance | path

Searched refs:BatchscanDisable (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h142 void BatchscanDisable();
Dgatt_ble_scanner_shim.cc319 void BleScannerIntf::BatchscanDisable() { in BatchscanDisable() function in bluetooth::topshim::rust::BleScannerIntf
320 …scanner_intf_->BatchscanDisable(base::Bind(&BleScannerIntf::OnStatusCallback, base::Unretained(thi… in BatchscanDisable()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h206 virtual void BatchscanDisable(Callback cb) = 0;
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h89 void BatchscanDisable(Callback cb) override;
Dle_scanning_manager.cc399 void BleScannerInterfaceImpl::BatchscanDisable(Callback cb) { in BatchscanDisable() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs196 fn BatchscanDisable(self: Pin<&mut BleScannerIntf>); in BatchscanDisable() function
1591 mutcxxcall!(self, BatchscanDisable); in batchscan_disable()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1910 sScanner->BatchscanDisable(base::Bind(&batchscan_enable_cb, client_if)); in gattClientStopBatchScanNative()