Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ findFirstDevice
Function
findFirstDevice
Tactility/Source/bluetooth/BluetoothMock.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace tt::bluetooth {
10
11
struct Device* findFirstDevice() { return nullptr; }
12
13
const char* radioStateToString(RadioState state) {
14
switch (state) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected