Module header

Module header 

Source
Expand description

This module contains the payload header and TLV structure which proceeds RPC data, creating a frame, and support types.

Structs§

PayloadHeader
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§

InterfaceType
See ESP-Hosted-MCU readme, section 7.2 /// official enum

Constants§

HEADER_SIZE

Functions§

build_frame_ble
Public, since the BLE interface is more raw, relying on HCI from the host.