my copy of nRF51822

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
456:da0323feba9b
Parent:
387:b13ab9a7ddb9
Child:
506:aab595b22981
diff -r e33de7c4574c -r da0323feba9b source/btle/custom/custom_helper.cpp
--- a/source/btle/custom/custom_helper.cpp	Mon Nov 02 09:05:10 2015 +0000
+++ b/source/btle/custom/custom_helper.cpp	Mon Nov 02 09:05:10 2015 +0000
@@ -26,7 +26,7 @@
     UUID::LongUUIDBytes_t uuid;
     uint8_t         type;
 } converted_uuid_table_entry_t;
-static const unsigned UUID_TABLE_MAX_ENTRIES = 8; /* This is the maximum number of 128-bit UUIDs with distinct bases that
+static const unsigned UUID_TABLE_MAX_ENTRIES = 4; /* This is the maximum number of 128-bit UUIDs with distinct bases that
                                                    * we expect to be in use; increase this limit if needed. */
 static unsigned uuidTableEntries = 0; /* current usage of the table */
 converted_uuid_table_entry_t convertedUUIDTable[UUID_TABLE_MAX_ENTRIES];