-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
============= Features ~~~~~~~~ * Introduce GattServer::initializeGattDatabase(). This populates the GATT server with added services. * Add helper funcs: Gap::MSEC_TO_GAP_DURATION_UNITS() to ease setting up of connection parameters. * Enhance connectionEventCallback() to take in peer addr information. * Minor cleanup of a few public API classes and removal of unnecessary header-file includes. Bugfixes ~~~~~~~~ * Increase GAP_ADV_PARAMS_INTERVAL_MAX to 0x4000. This addresses /issues/2. Compatibility ~~~~~~~~~~~~~ One new API has been added (GattServer::initializeGattDatabase()) and Gap::ConnectionEventCallback_t has been extended. Applications depending on these should be updated.
- Loading branch information
Showing
10 changed files
with
359 additions
and
493 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
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
Oops, something went wrong.