Skip to content

Commit d718112

Browse files
committed
revert custom uuid number to 10
1 parent b193c9b commit d718112

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
- Fixed Characteristic Descriptor discovery issue with ancs
1818
- Fixed memory issue with discovery characteristic
19-
- Increased BLE_VENDOR_UUID_MAX from 10 to 20
2019

2120
## 0.7.0
2221

libraries/Bluefruit52Lib/src/bluefruit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// Note changing these parameters will affect APP_RAM_BASE
4646
// --> need to update RAM in feather52_s132.ld linker
4747
#define BLE_GATTS_ATTR_TABLE_SIZE 0x0B00
48-
#define BLE_VENDOR_UUID_MAX 20
48+
#define BLE_VENDOR_UUID_MAX 10
4949
#define BLE_PRPH_MAX_CONN 1
5050
#define BLE_CENTRAL_MAX_CONN 4
5151
#define BLE_CENTRAL_MAX_SECURE_CONN 1 // should be enough

0 commit comments

Comments
 (0)