We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91702ea commit d3868b6Copy full SHA for d3868b6
libraries/Bluefruit52Lib/src/bluefruit.h
@@ -42,10 +42,10 @@
42
#define CFG_ADV_BLINKY_INTERVAL 500
43
#define CFG_MAX_DEVNAME_LEN 32
44
45
-// Note chaning these parameters will affect APP_RAM_BASE
+// Note changing these parameters will affect APP_RAM_BASE
46
// --> need to update RAM in feather52_s132.ld linker
47
#define BLE_GATTS_ATTR_TABLE_SIZE 0x0B00
48
-#define BLE_VENDOR_UUID_MAX 10
+#define BLE_VENDOR_UUID_MAX 20
49
#define BLE_PRPH_MAX_CONN 1
50
#define BLE_CENTRAL_MAX_CONN 4
51
#define BLE_CENTRAL_MAX_SECURE_CONN 1 // should be enough
0 commit comments