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

Function connect

Tactility/Source/bluetooth/BluetoothMock.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29void pair(const std::array<uint8_t, 6>& /*addr*/) {}
30void unpair(const std::array<uint8_t, 6>& /*addr*/) {}
31void connect(const std::array<uint8_t, 6>& /*addr*/, int /*profileId*/) {}
32void disconnect(const std::array<uint8_t, 6>& /*addr*/, int /*profileId*/) {}
33
34bool isProfileSupported(int /*profileId*/) { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected