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

Function disconnect

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

Source from the content-addressed store, hash-verified

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; }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected