Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void destroyTransport(TransportState*) FL_NOEXCEPT {
27
FL_ERROR(
"BLE not implemented on this platform"
);
28
}
29
30
StatusInfo queryStatus(const TransportState*) FL_NOEXCEPT {
31
FL_ERROR(
"BLE not implemented on this platform"
);
Callers
1
tick
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected