Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/
H A Dhci_tl.c147 TL_CsEvt_t *pcommand_status_event; in hci_send_req() local
170 pcommand_status_event = (TL_CsEvt_t*)pevtpacket->evtserial.evt.payload; in hci_send_req()
171 if(pcommand_status_event->cmdcode == opcode) in hci_send_req()
173 *(uint8_t *)(p_cmd->rparam) = pcommand_status_event->status; in hci_send_req()
176 if(pcommand_status_event->numcmd != 0) in hci_send_req()