Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dipm_stm32wb.c139 struct bt_hci_evt_le_meta_event *mev = (void *)&tev->payload; in tryfix_event() local
142 mev->subevent != BT_HCI_EVT_LE_ENH_CONN_COMPLETE) { in tryfix_event()
147 (void *)((uint8_t *)mev + (sizeof(*mev))); in tryfix_event()
176 struct bt_hci_evt_le_meta_event *mev; in bt_ipm_rx_thread() local
196 mev = (void *)&hcievt->evtserial.evt.payload; in bt_ipm_rx_thread()
198 (mev->subevent == BT_HCI_EVT_LE_ADVERTISING_REPORT)) { in bt_ipm_rx_thread()