Openwear requires RC oscillator to be used

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Fri May 30 08:44:28 2014 +0100
Parent:
14:5ca08f962e4f
Child:
16:d8161e2af6c6
Commit message:
update the comment header about the UUID table.

Changed in this revision

btle/custom/custom_helper.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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];