zephyr/tests
Johan Hedberg 0e91493ab4 Bluetooth: L2CAP: Make channel ops const
Make the channel ops struct const since there really isn't anything
there that needs to change at runtime. The only exception is the L2CAP
shell which was playing with the recv callback, however that can be
fixed by introducing a simple bool variable.

With tests/bluetooth/shell this reduces RAM consumption by 112 bytes
while adding only 16 bytes to flash consumption.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-12-19 11:28:24 +02:00
..
application_development
arch
benchmarks tests: timing_info: use only 1 cpu for userspace 2019-12-18 11:17:33 -08:00
bluetooth Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
boards
crypto
drivers tests: spi_loopback: Add atsame54_xpro configuration 2019-12-18 22:12:15 +01:00
kernel tests: thread_init: disable SMP 2019-12-18 11:17:33 -08:00
lib
misc/test_build
net samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
portability
posix
shell
subsys tests: subsys: logging: Add test suite for immediate mode 2019-12-18 13:08:46 -08:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest