mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-13 06:23:04 +03:00
When the NimBLE stack called this callback for a GATT Write Request, the uninitialized stack value was interpreted as a non-zero GATT error code, causing the stack to send BLE_ATT_ERR_UNLIKELY (0x0E) back to the client.