Searched refs:hcievt (Results 1 – 1 of 1) sorted by relevance
156 void TM_EvtReceivedCb(TL_EvtPacket_t *hcievt) in TM_EvtReceivedCb() argument158 k_fifo_put(&ipm_rx_events_fifo, hcievt); in TM_EvtReceivedCb()172 static TL_EvtPacket_t *hcievt; in bt_ipm_rx_thread() local180 hcievt = k_fifo_get(&ipm_rx_events_fifo, K_FOREVER); in bt_ipm_rx_thread()184 switch (hcievt->evtserial.type) { in bt_ipm_rx_thread()187 hcievt->evtserial.evt.evtcode); in bt_ipm_rx_thread()188 switch (hcievt->evtserial.evt.evtcode) { in bt_ipm_rx_thread()192 hcievt->evtserial.evt.evtcode); in bt_ipm_rx_thread()193 TL_MM_EvtDone(hcievt); in bt_ipm_rx_thread()196 mev = (void *)&hcievt->evtserial.evt.payload; in bt_ipm_rx_thread()[all …]