Expand description
This module contains the payload header and TLV structure which proceeds RPC data, creating a frame, and support types.
Structs§
- Payload
Header - Adapted from
esp-hosted-mcu/common/esp_hosted_header.h
This is at the start of the message, and is followed by the RPC header. See ESP-hosted-MCU readme, section 7.1.
Enums§
- Interface
Type - See ESP-Hosted-MCU readme, section 7.2 /// official enum
Constants§
Functions§
- build_
frame_ ble - Public, since the BLE interface is more raw, relying on HCI from the host.