Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Dh4.c37 #define H4_EVT 0x04 macro
86 case H4_EVT: in h4_get_type()
200 case H4_EVT: in get_rx()
333 if (rx.type == H4_EVT) { in read_payload()
362 case H4_EVT: in read_header()
Duserchan.c53 #define H4_EVT 0x04 macro
76 case H4_EVT: in get_rx()
136 case H4_EVT: { in packet_len()
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/src/
Dmain.c47 #define H4_EVT 0x04 macro
304 uart_poll_out(hci_uart_dev, H4_EVT); in bt_ctlr_assert_handle()
378 .h4 = H4_EVT, in main()
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c44 H4_EVT = 0x04, enumerator
368 .h4 = H4_EVT,
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_raw.c32 #define H4_EVT 0x04 macro
195 net_buf_push_u8(buf, H4_EVT); in bt_recv()