zephyr/subsys/bluetooth/controller
Aleksander Wasaznik 171363501a Bluetooth: Move bt_hci_evt_get_flags out of hci_driver.h
This commit removes `bt_hci_evt_get_flags`, and the associated flag
symbols. These symbols no longer serve a purpose in the driver interface
after the removal of `bt_recv_prio` from the interface.

The implementation of `bt_hci_evt_get_flags` is distributed to its
still-existing use sites, `hci_core` and the `hci_driver` in the
controller.

The duplication of code is intentional. This is no longer part of any
interface, and the host-developers expect the host copy of the function
to change or dissapear entierly. This will allow the host implementation
to progress without fear of breaking the controller implementation.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2024-03-26 11:17:29 -05:00
..
coex
crypto
flash
hal
hci Bluetooth: Move bt_hci_evt_get_flags out of hci_driver.h 2024-03-26 11:17:29 -05:00
include
ll_sw Bluetooth: Controller: Correct PPI->Timer start delay for simulation 2024-03-18 14:50:22 +01:00
ticker Bluetooth: Controller: Ticker low latency with lazy skip 2024-03-14 10:25:41 +01:00
util Bluetooth: controller: Fixes for BIGinfo endianness issues 2024-03-13 11:13:17 +00:00
CMakeLists.txt Bluetooth: Controller: re-add missing hci_vendor.c reference 2024-03-04 12:14:15 +00:00
Kconfig Bluetooth: Controller: Remove experimental from LE Set Host Feature 2024-03-07 10:57:31 +00:00
Kconfig.df
Kconfig.dtm
Kconfig.ll_sw_split Bluetooth: Controller: Fix CIS accept fails with unsupp parameters 2024-03-15 09:40:13 +00:00