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 tests: fix test identifiers 2019-12-09 15:53:44 -05:00
arch global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
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 tests: fix test identifiers 2019-12-09 15:53:44 -05:00
crypto global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
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 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
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 subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00