Searched refs:bt_hci_evt_get_flags (Results 1 – 3 of 3) sorted by relevance
102 static inline uint8_t bt_hci_evt_get_flags(uint8_t evt) in bt_hci_evt_get_flags() function135 uint8_t evt_flags = bt_hci_evt_get_flags(hdr->evt); in bt_recv_prio()
2999 static inline uint8_t bt_hci_evt_get_flags(uint8_t evt) in bt_hci_evt_get_flags() function3032 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()
168 * bt_hci_evt_is_prio() removed, use bt_hci_evt_get_flags() instead when