zephyr/samples/bluetooth
Joakim Andersson 15f755a910 Bluetooth: samples: peripheral_dis: Failed to save with custom settings
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>
2019-10-16 16:39:47 +03:00
..
beacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
central Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
central_hr Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
eddystone coccinelle: standardize kernel API timeout arguments 2019-10-04 16:23:57 -04:00
handsfree cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci_spi doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
hci_uart Bluetooth: samples: Reduce the bbc_microbit RAM usage 2019-10-16 15:38:12 +03:00
hci_usb samples: hci_usb: remove whitelisting 2019-07-12 05:54:16 -07:00
ibeacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ipsp coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
mesh samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
mesh_demo samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
peripheral samples/bluetooth: peripheral: Remove nucleo_f429zi from withelist 2019-10-16 11:40:05 +02:00
peripheral_csc Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_dis Bluetooth: samples: peripheral_dis: Failed to save with custom settings 2019-10-16 16:39:47 +03:00
peripheral_esp Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_hids samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
peripheral_hr Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
peripheral_ht Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_sc_only Bluetooth: samples: Add newline when using printk 2019-10-07 20:50:14 +03:00
scan_adv cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth.rst