Skip to content

Commit e92ac97

Browse files
committed
examples/**/nimble_gatt: increase answer buffer for longer BOARD names
1 parent 8a5f047 commit e92ac97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/networking/ble/nimble/nimble_gatt

examples/networking/ble/nimble/nimble_gatt/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define GATT_MANUFACTURER_NAME_UUID 0x2A29
5050
#define GATT_MODEL_NUMBER_UUID 0x2A24
5151

52-
#define STR_ANSWER_BUFFER_SIZE 100
52+
#define STR_ANSWER_BUFFER_SIZE 120
5353

5454
/* UUID = 1bce38b3-d137-48ff-a13e-033e14c7a335 */
5555
static const ble_uuid128_t gatt_svr_svc_rw_demo_uuid

0 commit comments

Comments
 (0)