MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / isScanning

Method isScanning

Tactility/Source/app/btmanage/State.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11bool State::isScanning() const {
12 auto lock = mutex.asScopedLock();
13 lock.lock();
14 return scanning;
15}
16
17void State::setRadioState(bluetooth::RadioState s) {
18 auto lock = mutex.asScopedLock();

Callers 2

updateScanningMethod · 0.45
updatePeerListMethod · 0.45

Calls 2

asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected