Searched refs:evt (Results 1 – 7 of 7) sorted by relevance
| /hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
| D | dtm_preprocess_events.c | 75 hci_disconnection_complete_event_rp0 *evt = (hci_disconnection_complete_event_rp0 *)buffer_in; in hci_disconnection_complete_event_process() local 77 ret = hci_disconnection_complete_event_preprocess(evt->Status, in hci_disconnection_complete_event_process() 78 evt->Connection_Handle, in hci_disconnection_complete_event_process() 79 evt->Reason); in hci_disconnection_complete_event_process() 88 …aci_hal_adv_scan_resp_data_update_event_rp0 *evt = (aci_hal_adv_scan_resp_data_update_event_rp0 *)… in aci_hal_adv_scan_resp_data_update_event_process() local 90 ret = aci_hal_adv_scan_resp_data_update_event_preprocess(evt->Old_Pointer, evt->New_Pointer); in aci_hal_adv_scan_resp_data_update_event_process() 102 aci_hal_pawr_data_free_event_rp0 *evt = (aci_hal_pawr_data_free_event_rp0 *)buffer_in; in aci_hal_pawr_data_free_event_process() local 103 ret = aci_hal_pawr_data_free_event_preprocess(evt->Buffer, evt->Type); in aci_hal_pawr_data_free_event_process() 117 …aci_l2cap_cos_disconnection_complete_event_rp0 *evt = (aci_l2cap_cos_disconnection_complete_event_… in aci_l2cap_cos_disconnection_complete_event_process() local 118 ret = aci_l2cap_cos_disconnection_complete_event_preprocess(evt->Connection_Handle, in aci_l2cap_cos_disconnection_complete_event_process() [all …]
|
| D | transport_layer.c | 406 if(event_pckt->evt == EVT_LE_META_EVENT) in BLE_STACK_Event() 408 evt_le_meta_event *evt = (evt_le_meta_event *)event_pckt->data; in BLE_STACK_Event() local 412 if (evt->subevent == hci_le_meta_events_table[i].evt_code) in BLE_STACK_Event() 414 ret = hci_le_meta_events_table[i].process((void *)evt->data); in BLE_STACK_Event() 419 else if(event_pckt->evt != HCI_VENDOR_PKT) in BLE_STACK_Event() 423 if (event_pckt->evt == hci_events_table[i].evt_code) in BLE_STACK_Event() 439 evt_code = event_pckt->evt; in BLE_STACK_Event() 445 evt_code = event_pckt->evt; in BLE_STACK_Event()
|
| /hal_stm32-latest/lib/stm32wb/hci/ |
| D | tl_mbox.c | 155 …if ( ((phcievt->evtserial.evt.evtcode) == TL_BLEEVT_CS_OPCODE) || ((phcievt->evtserial.evt.evtcode… in HW_IPCC_BLE_RxEvtNot() 679 switch(p_evt_packet->evtserial.evt.evtcode) in OutputDbgTrace() 682 TL_MM_DBG_MSG("mm evt released: 0x%02X", p_evt_packet->evtserial.evt.evtcode); in OutputDbgTrace() 683 …TL_MM_DBG_MSG(" cmd opcode: 0x%04X", ((TL_CsEvt_t*)(p_evt_packet->evtserial.evt.payload))->cmdcode… in OutputDbgTrace() 688 TL_MM_DBG_MSG("mm evt released: 0x%02X", p_evt_packet->evtserial.evt.evtcode); in OutputDbgTrace() 689 …TL_MM_DBG_MSG(" cmd opcode: 0x%04X", ((TL_CcEvt_t*)(p_evt_packet->evtserial.evt.payload))->cmdcode… in OutputDbgTrace() 694 TL_MM_DBG_MSG("mm evt released: 0x%02X", p_evt_packet->evtserial.evt.evtcode); in OutputDbgTrace() 695 …TL_MM_DBG_MSG(" subevtcode: 0x%04X", ((TL_AsynchEvt_t*)(p_evt_packet->evtserial.evt.payload))->sub… in OutputDbgTrace() 700 TL_MM_DBG_MSG("mm evt released: 0x%02X", p_evt_packet->evtserial.evt.evtcode); in OutputDbgTrace() 723 switch(p_evt_packet->evtserial.evt.evtcode) in OutputDbgTrace() [all …]
|
| D | shci.c | 57 …*p_error_code = (SHCI_FUS_GetState_ErrorCode_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->pay… in SHCI_C2_FUS_GetState() 60 return (((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_GetState() 96 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_FwUpgrade() 114 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_FwDelete() 132 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_UpdateAuthKey() 150 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_LockAuthKey() 182 *p_key_index = (((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[1]); in SHCI_C2_FUS_StoreUsrKey() 184 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_StoreUsrKey() 204 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_LoadUsrKey() 222 return (SHCI_CmdStatus_t)(((TL_CcEvt_t*)(p_rsp->evtserial.evt.payload))->payload[0]); in SHCI_C2_FUS_StartWs() [all …]
|
| D | tl.h | 117 TL_Evt_t evt; 252 uint8_t evt;
|
| D | shci_tl.c | 173 …memcpy( &(p_rsp->evtserial), pCmdBuffer, ((TL_EvtSerial_t*)pCmdBuffer)->evt.plen + TL_EVT_HDR_SIZE… in shci_send()
|
| /hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
| D | ble_events.h | 59 uint8_t evt; /*!< One of @ref HCI_evt_code */ 70 uint8_t evt; /*!< HCI_VENDOR_EVT_CODE is the only allowed value. */
|