FastLED 3.9.15
Loading...
Searching...
No Matches

◆ destroyTransport()

void fl::net::ble::destroyTransport ( TransportState * state)

Deinitialize BLE stack and free heap state.

Parameters
statePointer returned by createTransport (safe to call with nullptr)

Definition at line 26 of file ble.cpp.hpp.

26 {
27 FL_ERROR("BLE not implemented on this platform");
28}
#define FL_ERROR(X)
Definition log.h:219

References FL_ERROR, and FL_NOEXCEPT.

Referenced by AutoResearchRemoteControl::tick().

+ Here is the caller graph for this function: