zephyr/drivers/bluetooth/controller
Johan Hedberg 6989bf88e1 Bluetooth: Rename bt_driver to bt_hci_driver
The bt_driver API was created when Zephyr only had a Bluetooth host
stack, but no controller-side functionality. The only "driver" that
was needed for the host was the HCI driver, and hence "HCI" was
omitted from the name.

With support both for host and controller Zephyr will be getting more
Bluetooth driver types, in particular radio drivers. To prepare for
this, move all HCI drivers to drivers/bluetooth/hci/ and rename the
bt_driver API bt_hci_driver.

Change-Id: I82829da80aa61f26c2bb2005380f1e88d069ac7d
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-10-28 08:09:08 +03:00
..
hal Bluetooth: Controller: Make radio compatible with the nRF51 series 2016-10-22 01:25:56 +00:00
hci Bluetooth: Rename bt_driver to bt_hci_driver 2016-10-28 08:09:08 +03:00
ll Bluetooth: Controller: Remove custom clock control impl. 2016-10-21 07:47:31 +03:00
util Bluetooth: Controller: Remove custom irq implementation 2016-10-04 08:12:14 +03:00
Kconfig Bluetooth: Controller: Measure and use correct stack size 2016-09-07 08:17:26 +03:00
Makefile Bluetooth: Controller: Remove custom clock control impl. 2016-10-21 07:47:31 +03:00