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 b193c9b commit d718112Copy full SHA for d718112
changelog.md
@@ -16,7 +16,6 @@
16
17
- Fixed Characteristic Descriptor discovery issue with ancs
18
- Fixed memory issue with discovery characteristic
19
-- Increased BLE_VENDOR_UUID_MAX from 10 to 20
20
21
## 0.7.0
22
libraries/Bluefruit52Lib/src/bluefruit.h
@@ -45,7 +45,7 @@
45
// 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 20
+#define BLE_VENDOR_UUID_MAX 10
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