Skip to content

Commit d3868b6

Browse files
committed
increase BLE_VENDOR_UUID_MAX from 10 to 20
1 parent 91702ea commit d3868b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/src/bluefruit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
#define CFG_ADV_BLINKY_INTERVAL 500
4343
#define CFG_MAX_DEVNAME_LEN 32
4444

45-
// Note chaning these parameters will affect APP_RAM_BASE
45+
// 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 10
48+
#define BLE_VENDOR_UUID_MAX 20
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)