BluetoothMessageChunker
Helper class for working with the message chunks that traverse the bluetooth connection. Necessary since bluetooth packets have an MTU that requires that our RemoteMessages are broken up into smaller chunks.
Functions
Link copied to clipboard
Stores the individual message chunks until a full message can be reconstructed
Link copied to clipboard
Chunk a RemoteMessage payload into smaller messages that will fit inside the provided mtu