Getting error for GATT database

[00:00:00.007,995] <err> bt_gatt: Failed to save Database Hash (err -2)
"When does the above error occur? What is the reason for this error? Can you help me to resolve it?"

Parents
  • Hi,

    The error value is -2 NRF_ENOENT, "No such entry (file or directory)", which indicates there are issues with finding the proper setting for storing the hash.

    Which version of nRF Connect SDK do you get this error with?

    What are the following Kconfig settings set to, if anything, in your project?

    • CONFIG_SETTINGS_NONE
    • CONFIG_SETTINGS_NVS

    Can you provide the full log, and not only the one single line, for context?

    Regards,
    Terje

Reply
  • Hi,

    The error value is -2 NRF_ENOENT, "No such entry (file or directory)", which indicates there are issues with finding the proper setting for storing the hash.

    Which version of nRF Connect SDK do you get this error with?

    What are the following Kconfig settings set to, if anything, in your project?

    • CONFIG_SETTINGS_NONE
    • CONFIG_SETTINGS_NVS

    Can you provide the full log, and not only the one single line, for context?

    Regards,
    Terje

Children
No Data
Related