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

Function createTransport

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

Source from the content-addressed store, hash-verified

19namespace ble {
20
21TransportState* createTransport(const char*) FL_NOEXCEPT {
22 FL_ERROR("BLE not implemented on this platform");
23 return nullptr;
24}
25
26void destroyTransport(TransportState*) FL_NOEXCEPT {
27 FL_ERROR("BLE not implemented on this platform");

Callers 1

startBleRemoteMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected