Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
bool State::isScanning() const {
12
auto lock = mutex.asScopedLock();
13
lock.lock();
14
return scanning;
15
}
16
17
void State::setRadioState(bluetooth::RadioState s) {
18
auto lock = mutex.asScopedLock();
Callers
2
updateScanning
Method · 0.45
updatePeerList
Method · 0.45
Calls
2
asScopedLock
Method · 0.80
lock
Method · 0.45
Tested by
no test coverage detected