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 nRF51822 by
Diff: btle/custom/custom_helper.cpp
- Revision:
- 15:11b0c15979d1
- Parent:
- 13:b8251438f5c4
- Child:
- 18:465e0419c178
diff -r 5ca08f962e4f -r 11b0c15979d1 btle/custom/custom_helper.cpp --- a/btle/custom/custom_helper.cpp Thu May 29 09:51:36 2014 +0100 +++ b/btle/custom/custom_helper.cpp Fri May 30 08:44:28 2014 +0100 @@ -16,9 +16,11 @@ #include "custom_helper.h" -/** - * Types and data structures involved in maintaining a local cache of 128-bit - * UUIDs which have been added to the nRF using SVC calls previously. +/* + * The current version of the soft-device doesn't handle duplicate 128-bit UUIDs + * very well. It is therefore necessary to filter away duplicates before + * passing long UUIDs to sd_ble_uuid_vs_add(). The following types and data + * structures involved in maintaining a local cache of 128-bit UUIDs. */ typedef struct { uint8_t uuid[UUID::LENGTH_OF_LONG_UUID];