zephyr/subsys/bluetooth/controller
Joakim Andersson 73c50dc0bd Bluetooth: Move implementation of hci_driver.h exposed functions
Move implementation of hci_driver.h exposed functions to a common file.
The functions exposed by hci_driver.h header file is implemented in
either hci_core.c, or hci_raw.c. But since these functions would be
identical for both implementations have them in a new file that is
included for both.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-07-27 13:27:05 +02:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci Bluetooth: Move implementation of hci_driver.h exposed functions 2020-07-27 13:27:05 +02:00
include Bluetooth: controller: Add terminate event for external advertising 2020-07-23 11:39:47 +02:00
ll_sw Bluetooth: controller: Added some comments for fields in node rx struct 2020-07-23 11:39:47 +02:00
ticker Bluetooth: controller: Fix missing skip value calculation 2020-07-09 19:08:35 +02:00
util Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
CMakeLists.txt Bluetooth: controller: split: Initial extended scanning code 2020-06-12 15:50:34 +02:00
Kconfig bluetooth: controller: Kconfig: debug pins depends on BT_LL_SPLIT 2020-07-17 12:57:49 +02:00
Kconfig.ll_sw_split Bluetooth: controller: Remove redundant BT_LL_SW_SPLIT conditional 2020-07-20 12:46:26 +02:00