zephyr/subsys/bluetooth
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
..
audio Bluetooth: CAP: cap_common.c should only be included with ACL 2024-03-21 15:24:26 +01:00
common Bluetooth: host: remove CONFIG_BT_RECV_BLOCKING 2024-03-26 11:17:29 -05:00
controller Bluetooth: Move bt_hci_evt_get_flags out of hci_driver.h 2024-03-26 11:17:29 -05:00
crypto
host Bluetooth: Move bt_hci_evt_get_flags out of hci_driver.h 2024-03-26 11:17:29 -05:00
lib
mesh Bluetooth: Mesh: store rpl only if incoming data is accepted 2024-03-25 18:39:19 -04:00
services bluetooth: nus: Add Kconfig option to auto-start Bluetooth LE 2024-03-22 10:25:37 +01:00
shell Bluetooth: Shell: Add support for EAD 2024-03-13 18:51:03 +02:00
CMakeLists.txt
Kconfig Bluetooth: ISO: Add CONFIG_BT_ISO_{RX/TX} 2024-03-02 15:05:39 +01:00
Kconfig.adv
Kconfig.iso Bluetooth: ISO: Add CONFIG_BT_ISO_{RX/TX} 2024-03-02 15:05:39 +01:00
Kconfig.logging Bluetooth: Rename BT_BREDR to BT_CLASSIC 2024-03-07 11:26:45 +02:00