Home
last modified time | relevance | path

Searched refs:BT_HCI_H4_EVT (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c76 case BT_HCI_H4_EVT: in h4_get_type()
184 case BT_HCI_H4_EVT: in get_rx()
333 if (rx.type == BT_HCI_H4_EVT) { in read_payload()
351 case BT_HCI_H4_EVT: in read_header()
Dhci_stm32wb0.c127 *buffer_out = BT_HCI_H4_EVT; in check_legacy_extended_call()
183 *buffer_out = BT_HCI_H4_EVT; in process_command()
312 case BT_HCI_H4_EVT: in get_rx()
Dh4.c86 case BT_HCI_H4_EVT: in h4_get_type()
208 case BT_HCI_H4_EVT: in get_rx()
346 if (h4->rx.type == BT_HCI_H4_EVT) { in read_payload()
366 case BT_HCI_H4_EVT: in read_header()
Duserchan.c75 case BT_HCI_H4_EVT: in get_rx()
146 case BT_HCI_H4_EVT: { in hci_packet_complete()
Dhci_ifx_psoc6_bless.c115 case BT_HCI_H4_EVT: in psoc6_bless_events_handler()
Dhci_silabs_efr32.c86 case BT_HCI_H4_EVT: in hci_common_transport_transmit()
Dhci_esp32.c201 case BT_HCI_H4_EVT: in hci_esp_host_rcv_pkt()
Dhci_ambiq.c323 case BT_HCI_H4_EVT: in bt_spi_rx_thread()
Dhci_nxp.c324 case BT_HCI_H4_EVT: in process_rx()
Dipc.c223 case BT_HCI_H4_EVT: in bt_ipc_rx()
Dspi.c191 case BT_HCI_H4_EVT: in bt_spi_rx_buf_construct()
Dhci_stm32wba.c249 case BT_HCI_H4_EVT: in receive_data()
Dipm_stm32wb.c185 case BT_HCI_H4_EVT: in bt_ipm_rx_thread()
Dhci_spi_st.c424 case BT_HCI_H4_EVT: in bt_spi_rx_buf_construct()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c153 net_buf_add_u8(buf, BT_HCI_H4_EVT); in send_hw_error()
362 .h4 = BT_HCI_H4_EVT,
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c204 net_buf_push_u8(buf, BT_HCI_H4_EVT); in bt_hci_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h33 #define BT_HCI_H4_EVT 0x04 /* HCI Event packet */ macro