Home
last modified time | relevance | path

Searched refs:BT_HCI_EVT_LE_META_EVENT (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_ecc.c159 hdr->evt = BT_HCI_EVT_LE_META_EVENT; in emulate_le_p256_public_key_cmd()
228 hdr->evt = BT_HCI_EVT_LE_META_EVENT; in emulate_le_generate_dhkey()
Dhci_core.c2916 EVENT_HANDLER(BT_HCI_EVT_LE_META_EVENT, hci_le_meta_event,
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c144 case BT_HCI_EVT_LE_META_EVENT: in get_evt_hdr()
152 if (rx.evt.evt == BT_HCI_EVT_LE_META_EVENT && in get_evt_hdr()
Dipm_stm32wb.c141 if (tev->evtcode != BT_HCI_EVT_LE_META_EVENT || in tryfix_event()
197 if (hcievt->evtserial.evt.evtcode == BT_HCI_EVT_LE_META_EVENT && in bt_ipm_rx_thread()
Dhci_esp32.c40 case BT_HCI_EVT_LE_META_EVENT: { in is_hci_event_discardable()
Dh4.c162 case BT_HCI_EVT_LE_META_EVENT: in get_evt_hdr()
176 if (h4->rx.evt.evt == BT_HCI_EVT_LE_META_EVENT && in get_evt_hdr()
Dhci_ambiq.c155 case BT_HCI_EVT_LE_META_EVENT: { in hci_event_filter()
Duserchan.c76 if (buf[1] == BT_HCI_EVT_LE_META_EVENT && in get_rx()
Dhci_nxp.c214 case BT_HCI_EVT_LE_META_EVENT: { in is_hci_event_discardable()
Dipc.c43 case BT_HCI_EVT_LE_META_EVENT: { in is_hci_event_discardable()
Dspi.c201 if (msg[EVT_HEADER_EVENT] == BT_HCI_EVT_LE_META_EVENT && in bt_spi_rx_buf_construct()
Dhci_stm32wba.c84 case BT_HCI_EVT_LE_META_EVENT: { in is_hci_event_discardable()
Dhci_stm32wb0.c313 if (msg[EVT_HEADER_EVENT] == BT_HCI_EVT_LE_META_EVENT && in get_rx()
Dhci_spi_st.c434 if (msg[EVT_HEADER_EVENT] == BT_HCI_EVT_LE_META_EVENT && in bt_spi_rx_buf_construct()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c246 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c270 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c322 evt_create(buf, BT_HCI_EVT_LE_META_EVENT, sizeof(*meta_evt) + sizeof(*evt) + data_len + 1); in adv_report_evt()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c292 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c316 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c272 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c284 case BT_HCI_EVT_LE_META_EVENT: in recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3029 #define BT_HCI_EVT_LE_META_EVENT 0x3e macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c336 hci_evt_create(buf, BT_HCI_EVT_LE_META_EVENT, sizeof(*me) + melen); in meta_evt()