Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
Revision 2:b127cab04188, committed 2016-04-06
- Comitter:
- LancasterUniversity
- Date:
- Wed Apr 06 23:55:24 2016 +0100
- Parent:
- 1:e7e7ec2d2380
- Child:
- 3:ae5e20530aa5
- Commit message:
- Synchronized with git rev 762c85be
Author: Joe Finney
microbit: Increase of maximum bond count from 4 to 6.
Some devices (e.g. Android 4.4.2) consume two entries in the bonding table when
paired. This patch provides some 'headroom' to the effective maximum bond
count of 4 that is employed by microbit-dal.
Changed in this revision
| source/nordic_sdk/components/ble/device_manager/config/device_manager_cnfg.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nordic_sdk/components/ble/device_manager/config/device_manager_cnfg.h Wed Apr 06 23:55:24 2016 +0100 +++ b/source/nordic_sdk/components/ble/device_manager/config/device_manager_cnfg.h Wed Apr 06 23:55:24 2016 +0100 @@ -85,7 +85,7 @@ * be stored. In such cases, application will be notified with DM_DEVICE_CONTEXT_FULL * as event result at the completion of the security procedure. */ -#define DEVICE_MANAGER_MAX_BONDS 4 +#define DEVICE_MANAGER_MAX_BONDS 6 /**
