zephyr/subsys/bluetooth/controller
Johan Hedberg 006946b8f4 Bluetooth: controller: Use net_buf_pull_mem() for command parsing
It's more natural to use net_buf_pull_mem() for the HCI command
parsing. Note that this also fixes a bug in hci_cmd_handle() where it
would previously check for sufficient parameter length with the
command header still included in the buffer (which it shouldn't have
been).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-01-28 15:21:23 +02:00
..
crypto Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
hal Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
hci Bluetooth: controller: Use net_buf_pull_mem() for command parsing 2019-01-28 15:21:23 +02:00
include Bluetooth: controller: Preliminary work in progress mesh ext. 2019-01-23 09:45:06 +01:00
ll_sw Bluetooth: controller: Fix control procedure context safety 2019-01-23 09:45:06 +01:00
ticker bluetooth: controller: Update ticker_user_op for predictable layout. 2019-01-14 10:12:15 +01:00
util Bluetooth: controller: Introduce ULL LLL architecture 2019-01-23 09:45:06 +01:00
CMakeLists.txt Bluetooth: controller: Introduce ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: controller: Introduce ULL LLL architecture 2019-01-23 09:45:06 +01:00