mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 07:15:48 +00:00
The Peripheral Device Information Service (DIS) sample implements it's own custom settings backend in order to load runtime settings. This results in errors when the BT stack tries to save entries through the custom handler since no save handler exists. Error messages: - bt_settings: Failed to save ID (err -2) - bt_gatt: Failed to save Database Hash (err -2) Since this is not a sample of how to do custom settings backend it is best simply to remove using the custom backend, as it is not required in order to load runtime settings. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> |
||
---|---|---|
.. | ||
beacon | ||
central | ||
central_hr | ||
eddystone | ||
handsfree | ||
hci_spi | ||
hci_uart | ||
hci_usb | ||
ibeacon | ||
ipsp | ||
mesh | ||
mesh_demo | ||
peripheral | ||
peripheral_csc | ||
peripheral_dis | ||
peripheral_esp | ||
peripheral_hids | ||
peripheral_hr | ||
peripheral_ht | ||
peripheral_sc_only | ||
scan_adv | ||
bluetooth.rst |