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

◆ queryStatus()

StatusInfo fl::net::ble::queryStatus ( const TransportState * state)

Query BLE connection/subscription diagnostics.

Parameters
statePointer returned by createTransport
Returns
Platform-neutral status snapshot

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

30 {
31 FL_ERROR("BLE not implemented on this platform");
32 return StatusInfo{};
33}
#define FL_ERROR(X)
Definition log.h:219
Platform-neutral BLE diagnostics (returned by queryStatus)
Definition ble.h:63

References FL_ERROR, and FL_NOEXCEPT.

Referenced by AutoResearchRemoteControl::registerFunctions().

+ Here is the caller graph for this function: