Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Dhci_b91.c20 #define HCI_EVT 0x04 macro
151 case HCI_EVT: in hci_b91_host_rcv_pkt()
Dhci_esp32.c23 #define HCI_EVT 0x04 macro
199 case HCI_EVT: in hci_esp_host_rcv_pkt()
Dspi.c27 #define HCI_EVT 0x04 macro
351 case HCI_EVT: in bt_spi_rx_thread()
Dipm_stm32wb.c52 #define HCI_EVT 0x04 macro
180 case HCI_EVT: in bt_ipm_rx_thread()
/Zephyr-Core-3.5.0/samples/bluetooth/hci_spi/src/
Dmain.c36 #define HCI_EVT 0x04 macro
117 net_buf_push_u8(buf, HCI_EVT); in spi_send()