Searched refs:SetScanParameters (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/gd/hci/ |
H A D | le_scanning_manager.h | 129 void SetScanParameters(LeScanType scan_type, uint16_t scan_interval, uint16_t scan_window);
|
H A D | le_scanning_manager.cc | 1315 void LeScanningManager::SetScanParameters(LeScanType scan_type, uint16_t scan_interval, uint16_t sc… in SetScanParameters() function in bluetooth::hci::LeScanningManager
|
/aosp12/system/bt/include/hardware/ |
H A D | ble_scanner.h | 142 virtual void SetScanParameters(int scan_interval, int scan_window,
|
/aosp12/system/bt/main/shim/ |
H A D | le_scanning_manager.cc | 162 void SetScanParameters(int scan_interval, int scan_window, Callback cb) { in SetScanParameters() function in BleScannerInterfaceImpl 166 bluetooth::shim::GetScanning()->SetScanParameters(scan_type, scan_interval, in SetScanParameters()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_ble_scanner.cc | 291 void SetScanParameters(int scan_interval, int scan_window, in SetScanParameters() function in __anon858df5630110::BleScannerInterfaceImpl
|
/aosp12/system/bt/service/test/ |
H A D | low_energy_scanner_unittest.cc | 55 MOCK_METHOD3(SetScanParameters,
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1377 sGattIf->scanner->SetScanParameters( in gattSetScanParametersNative()
|