zephyr/subsys
Luiz Augusto von Dentz 75f47a56b5 Bluetooth: Add config option to disable security checks
This adds CONFIG_BT_CONN_DISABLE_SECURITY which can be used to disable
security checks for incoming requests enabling to test accessing GATT
attributes and L2CAP channels that would otherwise require
encryption/authentication in order to be accessed.

It depends on BT_TESTING to indicate to the users that this is a
testing feature which shall not be used in production.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2020-07-23 11:00:04 +02:00
..
bluetooth Bluetooth: Add config option to disable security checks 2020-07-23 11:00:04 +02:00
canbus canbus: canopen: fix reference to CAN in Automation draft standard 2020-06-29 14:10:56 -04:00
console console: tty: Fix k_sem_take with wait time from ISR 2020-06-17 17:10:08 +02:00
cpp
debug
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk disk: Remove unused variables in nxp usdhc driver 2020-07-09 07:56:44 -05:00
fb
fs subsys/fs: Fix fs_* operations crashing when file closed 2020-07-03 12:16:11 -04:00
jwt
logging logging: added new logging backend - Spinel protocol 2020-07-21 15:11:55 +02:00
mgmt mgmt: smp: Missing socket close in error path 2020-07-22 15:22:50 -05:00
net net: openthread: Added config options for NCP vendor hooks. 2020-07-23 10:44:19 +02:00
power soc: arm: st_stm32 add low power to stm32wb series 2020-07-02 08:45:40 -04:00
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings settings: Fix uninitialised variables 2020-06-17 08:55:59 +03:00
shell shell: Export shell_hexdump_line() 2020-07-07 17:19:26 -04:00
stats
storage storage: flash_map: Fix partition device retrieval 2020-07-16 11:51:46 -05:00
testsuite test: remove TEST_SHELL 2020-06-24 21:37:12 -04:00
tracing
usb soc: sam0: add support for the BOSSA bootloader 2020-07-22 13:24:37 +02:00
CMakeLists.txt
Kconfig