zephyr/subsys/bluetooth/controller/hci
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
..
hci_driver.c drivers: clock control: rename nrf5_power_clock source and header 2019-01-15 18:03:24 +01:00
hci_internal.h Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
hci.c Bluetooth: controller: Use net_buf_pull_mem() for command parsing 2019-01-28 15:21:23 +02:00