zephyr/subsys/net
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
..
ip net: stats: Fix RX traffic class time statistics update 2019-12-18 17:59:54 +02:00
l2 Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
lib net: mqtt: Maintain count of PINGREQ awaiting response 2019-12-18 23:33:56 +02:00
CMakeLists.txt
Kconfig net: buf: Fix NET_BUF_USER_DATA_SIZE value for Bluetooth 2019-11-28 13:35:11 +02:00
Kconfig.hostname kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.log_config.default.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.log_config.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
buf.c net: buf: Add support for 64 bit data type 2019-12-10 09:55:30 +02:00
hostname.c