peripheral_dis logs:

SDK Environment: nRF Connect SDK v1.7.1

Target: Decawave DWM1001-DEV. This uses the nRF52832

If I add CONFIG_LOG=y to "prj.conf" in the zephyr sample peripheral_dis, when run I get the following:

** Booting Zephyr OS build v2.6.99-ncs1-1  ***
[00:00:00.000,366] <inf> sdc_hci_driver: SoftDevice Controller build revision:
                                         3f 47 70 8e 81 95 4e 86  9d d3 a2 95 88 f6 30 0a |?Gp...N. ......0.
                                         7f 53 49 fd                                      |.SI.
[00:00:00.002,746] <inf> bt_hci_core: No ID address. App must call settings_load()
[00:00:00.005,371] <err> bt_gatt: Failed to save Database Hash (err -2)
Bluetooth initialized
Advertising successfully started

Why is "<err> bt_gatt: Failed to save Database Hash (err -2)" being logged?

I have attached the complete project.

I initially built this with west build -b decawave_dwm1001_dev2 -d build2 -- -DBOARD_ROOT=\ncs\myapps\peripheral_dis_test

peripheral_dis_test.zip

Parents Reply Children
Related