Solved:
https://github.com/espressif/esp-idf/issues/14864
Search found 2 matches
- Thu Nov 14, 2024 4:11 am
- Forum: ESP-IDF
- Topic: How to customize NimBLE configs with `MYNEWT_` prefix?
- Replies: 1
- Views: 400
- Sat Nov 02, 2024 6:26 am
- Forum: ESP-IDF
- Topic: How to customize NimBLE configs with `MYNEWT_` prefix?
- Replies: 1
- Views: 400
How to customize NimBLE configs with `MYNEWT_` prefix?
I'm using NimBLE to create a BLE server with DIS service. It turns out that I have to enable following configs to have all characteristics in DIS. MYNEWT_VAL_BLE_SVC_DIS_FIRMWARE_REVISION_READ_PERM MYNEWT_VAL_BLE_SVC_DIS_HARDWARE_REVISION_READ_PERM MYNEWT_VAL_BLE_SVC_DIS_SOFTWARE_REVISION_READ_PERM ...