kMicroMessageMaxBytes top-level constant

int const kMicroMessageMaxBytes

Maximum raw payload size (bytes) that can be broadcast connectionlessly via the BLE endpoint name. Payloads under this threshold will be base64-encoded and appended to the endpoint name string. Payloads above this are sent via the Wi-Fi Direct sync cycle.

Implementation

const int kMicroMessageMaxBytes = 100;