-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The original protocol stores an entire array of UI event state of each control. This can easily exceed the 23 byte MTU limitation of GATT. To accomodate more controls, we: - add an GATT attribute for protocol version check - set protocol version to 2 - replace the "event array" into a single event structure - the event structure contains "control index" and event info. This means we can only process 1 control event at a time
- Loading branch information
Showing
2 changed files
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters