MCPcopy Create free account
hub / github.com/FastLED/FastLED / destroyTransport

Function destroyTransport

src/fl/net/ble.cpp.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void destroyTransport(TransportState*) FL_NOEXCEPT {
27 FL_ERROR("BLE not implemented on this platform");
28}
29
30StatusInfo queryStatus(const TransportState*) FL_NOEXCEPT {
31 FL_ERROR("BLE not implemented on this platform");

Callers 1

tickMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected