Home
last modified time | relevance | path

Searched refs:H4_EVT (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh4_driver.c37 #define H4_EVT 0x04 macro
164 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()
A Dh5_driver.c36 #define H4_EVT 0x04 macro
83 return (data[0] == H4_EVT && data[1] == BT_HCI_EVT_LE_META_EVENT in is_adv_report_event()
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/
A Dhci_driver.c46 #define H4_EVT 0x04 macro
138 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()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c27 #define H4_EVT 0x04 macro
172 net_buf_push_u8(buf, H4_EVT); in bt_recv()

Completed in 5 milliseconds