Home
last modified time | relevance | path

Searched refs:BT_HCI_EVT_VENDOR (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c309 evt_hdr->evt = BT_HCI_EVT_VENDOR; in main()
/Zephyr-latest/drivers/bluetooth/hci/
Dspi.c193 case BT_HCI_EVT_VENDOR: in bt_spi_rx_buf_construct()
Dipm_stm32wb.c189 case BT_HCI_EVT_VENDOR: in bt_ipm_rx_thread()
Dhci_spi_st.c426 case BT_HCI_EVT_VENDOR: in bt_spi_rx_buf_construct()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c343 evt_create(buf, BT_HCI_EVT_VENDOR, sizeof(*pe) + pelen); in prop_evt()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c348 hci_evt_create(buf, BT_HCI_EVT_VENDOR, sizeof(*evt) + evt_len); in vs_event()
361 hci_evt_create(buf, BT_HCI_EVT_VENDOR, sizeof(*me) + melen); in mesh_evt()
5216 hdr->evt = BT_HCI_EVT_VENDOR;
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2716 #define BT_HCI_EVT_VENDOR 0xff macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2914 EVENT_HANDLER(BT_HCI_EVT_VENDOR, hci_vendor_event,