1
0
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:
Mikolai Gütschow 2025-04-04 11:12:25 +02:00
parent 8a5f047c26
commit e92ac9794c
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -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