zephyr/subsys/bluetooth/common
Johan Hedberg 0ad6dbd80d Bluetooth: Move HCI command buffer user data into separate array
The HCI command buffers are the only ones with more than 4 bytes of
required user data. Move the user data into a separate array and do
the mapping with the help of net_buf_id(). After this, it will be
possible to reduce the default net_buf user data size from 8 to 4.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-02-12 09:48:32 +02:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig Bluetooth: remove unused BT_DEBUG_COLOR 2018-01-09 10:59:41 -05:00
dummy.c Bluetooth: Move HCI command buffer user data into separate array 2018-02-12 09:48:32 +02:00
log.c Bluetooth: Clean up address-to-string usage & implementation 2017-10-05 13:14:08 +03:00
log.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
rpa.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
rpa.h