Searched refs:stopScanAsync (Results 1 – 5 of 5) sorted by relevance
80 bool stopScanAsync();
68 EventLoopManagerSingleton::get()->getBleRequestManager().stopScanAsync( in chreBleStopScanAsync()
87 bool PlatformBle::stopScanAsync() { in stopScanAsync() function in chre::PlatformBle
80 bool stopScanAsync(Nanoapp *nanoapp);
96 bool BleRequestManager::stopScanAsync(Nanoapp *nanoapp) { in stopScanAsync() function in chre::BleRequestManager188 success = mPlatformBle.stopScanAsync(); in controlPlatform()