Searched refs:H4_EVT (Results 1 – 4 of 4) sorted by relevance
37 #define H4_EVT 0x04 macro164 return (data[0] == H4_EVT && data[1] == BT_HCI_EVT_LE_META_EVENT in is_adv_report_event()181 if (*pdata++ != H4_EVT) { in hci_event_recv()337 case H4_EVT: in h4_get_type()433 prio = ((hci_h4.rx.type == H4_EVT) && bt_hci_evt_is_prio(hci_h4.rx.evt.evt)); in read_payload()437 if (hci_h4.rx.type == H4_EVT) { in read_payload()460 case H4_EVT: in read_header()
36 #define H4_EVT 0x04 macro83 return (data[0] == H4_EVT && data[1] == BT_HCI_EVT_LE_META_EVENT in is_adv_report_event()
46 #define H4_EVT 0x04 macro138 if (rx.type == H4_EVT && (rx.evt.evt == BT_HCI_EVT_CMD_COMPLETE || in get_rx()164 case H4_EVT: in h4_receive()198 prio = (rx.type == H4_EVT && bt_hci_evt_is_prio(rx.evt.evt)); in h4_receive()203 if (rx.type == H4_EVT) { in h4_receive()
27 #define H4_EVT 0x04 macro172 net_buf_push_u8(buf, H4_EVT); in bt_recv()
Completed in 5 milliseconds