Home
last modified time | relevance | path

Searched refs:bt_hci_evt_get_flags (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c102 static inline uint8_t bt_hci_evt_get_flags(uint8_t evt) in bt_hci_evt_get_flags() function
135 uint8_t evt_flags = bt_hci_evt_get_flags(hdr->evt); in bt_recv_prio()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2999 static inline uint8_t bt_hci_evt_get_flags(uint8_t evt) in bt_hci_evt_get_flags() function
3032 BT_ASSERT(bt_hci_evt_get_flags(hdr->evt) & BT_HCI_EVT_FLAG_RECV); in hci_event()
4103 evt_flags = bt_hci_evt_get_flags(hdr->evt); in hci_event_prio()
4144 uint8_t evt_flags = bt_hci_evt_get_flags(hdr->evt); in bt_recv_unsafe()
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst168 * bt_hci_evt_is_prio() removed, use bt_hci_evt_get_flags() instead when