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.
master v2.2.0+mb2
Joe Finney 7 years ago
parent 2836a891d8
commit 762c85be56

@ -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
/**

Loading…
Cancel
Save