mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
examples/**/nimble_gatt: increase answer buffer for longer BOARD names
This commit is contained in:
parent
8a5f047c26
commit
e92ac9794c
@ -49,7 +49,7 @@
|
||||
#define GATT_MANUFACTURER_NAME_UUID 0x2A29
|
||||
#define GATT_MODEL_NUMBER_UUID 0x2A24
|
||||
|
||||
#define STR_ANSWER_BUFFER_SIZE 100
|
||||
#define STR_ANSWER_BUFFER_SIZE 120
|
||||
|
||||
/* UUID = 1bce38b3-d137-48ff-a13e-033e14c7a335 */
|
||||
static const ble_uuid128_t gatt_svr_svc_rw_demo_uuid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user