BleAction
Data object representing a BLE action to build payload structure for BLE protocol operations.
Unlike WebSocket which builds URLs, BLE operations work over an already established connection and simply need to construct a ByteArray payload with an opcode and data sequence.
The typical BLE payload structure: Length (2 bytes) Action (1 byte) Data (N bytes)