Home
last modified time | relevance | path

Searched refs:BatchScanConifgStorage (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_mock.h59 MOCK_METHOD(void, BatchScanConifgStorage, (uint8_t, uint8_t, uint8_t, ScannerId));
Dle_scanning_manager.h73 virtual void BatchScanConifgStorage(
Dle_scanning_manager_test.cc659 le_scanning_manager->BatchScanConifgStorage(100, 0, 95, 0x00); in TEST_F()
Dle_scanning_manager.cc1810 void LeScanningManager::BatchScanConifgStorage( in BatchScanConifgStorage() function in bluetooth::hci::LeScanningManager
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc378 bluetooth::shim::GetScanning()->BatchScanConifgStorage( in BatchscanConfigStorage()