zephyr/samples/subsys
Nick Ward b5f335b11b mcumgr: BT SMP transport config for authenticated requirement
This commit introduces a new Kconfig symbol MCUMGR_SMP_BT_AUTHEN.
When selected it configures the Bluetooth mcumgr transport to require
an authenticated connection.

If the Bluetooth mcumgr transport is selected then this new symbol is
selected by default.  Bluetooth SMP is also selected to ensure Zephyr
is configured with Bluetooth security features enabled to provide
Bluetooth authentication APIs to the user's app.  Users can choose to
disable this level of security for the Bluetooth mcumgr transport if
they do not require it.

Fixes #16482

Signed-off-by: Nick Ward <nix.ward@gmail.com>
2019-12-20 20:28:39 -05:00
..
console tests: fix test identifiers 2019-12-09 15:53:44 -05:00
fs tests: fix test identifiers 2019-12-09 15:53:44 -05:00
ipc tests: fix test identifiers 2019-12-09 15:53:44 -05:00
logging tests: fix test identifiers 2019-12-09 15:53:44 -05:00
mgmt mcumgr: BT SMP transport config for authenticated requirement 2019-12-20 20:28:39 -05:00
nvs tests: fix test identifiers 2019-12-09 15:53:44 -05:00
power/device_pm cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
shell global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
usb usb: api: Add user device status callback 2019-12-19 13:08:55 +01:00
subsys.rst