Home
last modified time | relevance | path

Searched refs:evt_flags (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c135 uint8_t evt_flags = bt_hci_evt_get_flags(hdr->evt); in bt_recv_prio() local
137 if ((evt_flags & BT_HCI_EVT_FLAG_RECV_PRIO) && in bt_recv_prio()
138 (evt_flags & BT_HCI_EVT_FLAG_RECV)) { in bt_recv_prio()
300 uint8_t *evt_flags) in process_prio_evt() argument
315 *evt_flags = BT_HCI_EVT_FLAG_RECV_PRIO | BT_HCI_EVT_FLAG_RECV; in process_prio_evt()
321 *evt_flags = BT_HCI_EVT_FLAG_RECV; in process_prio_evt()
379 uint8_t evt_flags; in prio_recv_thread() local
389 buf = process_prio_evt(node_rx, &evt_flags); in prio_recv_thread()
392 if (!(evt_flags & BT_HCI_EVT_FLAG_RECV)) { in prio_recv_thread()
401 if (evt_flags & BT_HCI_EVT_FLAG_RECV) { in prio_recv_thread()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4092 uint8_t evt_flags; in hci_event_prio() local
4103 evt_flags = bt_hci_evt_get_flags(hdr->evt); in hci_event_prio()
4104 BT_ASSERT(evt_flags & BT_HCI_EVT_FLAG_RECV_PRIO); in hci_event_prio()
4108 if (evt_flags & BT_HCI_EVT_FLAG_RECV) { in hci_event_prio()
4144 uint8_t evt_flags = bt_hci_evt_get_flags(hdr->evt); in bt_recv_unsafe() local
4146 if (evt_flags & BT_HCI_EVT_FLAG_RECV_PRIO) { in bt_recv_unsafe()
4150 if (evt_flags & BT_HCI_EVT_FLAG_RECV) { in bt_recv_unsafe()