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

Function getTransportCallbacks

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

Source from the content-addressed store, hash-verified

33}
34
35fl::pair<fl::function<fl::optional<fl::json>()>, fl::function<void(const fl::json&)>>
36getTransportCallbacks(TransportState*) FL_NOEXCEPT {
37 FL_ERROR("BLE not implemented on this platform");
38 return {
39 fl::function<fl::optional<fl::json>()>([]() -> fl::optional<fl::json> { return fl::optional<fl::json>(); }),
40 fl::function<void(const fl::json&)>([](const fl::json&) {})
41 };
42}
43
44} // namespace ble
45} // namespace net

Callers 3

ble.hFile · 0.85
ble_esp32.cpp.hppFile · 0.85
startBleRemoteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected