|
RGB Sunglasses Animation Extension API fw-v3.8.1-1-geacf2f0
rgbx ABI + C++ wrapper for sandboxed .llext animations
|
One user-tunable parameter, surfaced as a BLE characteristic named name on the extension's auto-generated GATT service.
More...
#include <rgbx_api.h>
Data Fields | |
| const char * | name |
| display name (CUD string); must be a string literal inside the extension image | |
| enum rgbx_param_type | type |
| value type. | |
| union rgbx_param_default | default_value |
value before any BLE write arrives, keyed by type | |
One user-tunable parameter, surfaced as a BLE characteristic named name on the extension's auto-generated GATT service.
| enum rgbx_param_type rgbx_param_desc::type |
value type.
NOTE: stored as the enum itself (int-sized, 4 bytes with the EDK toolchain flags both sides share) — this is part of the ABI