MCPcopy 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

9namespace tt::bluetooth {
10
11struct Device* findFirstDevice() { return nullptr; }
12
13const char* radioStateToString(RadioState state) {
14 switch (state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected