Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dshci.c50 shci_send( SHCI_OPCODE_C2_FUS_GET_STATE, in SHCI_C2_FUS_GetState()
91 shci_send( SHCI_OPCODE_C2_FUS_FW_UPGRADE, in SHCI_C2_FUS_FwUpgrade()
109 shci_send( SHCI_OPCODE_C2_FUS_FW_DELETE, in SHCI_C2_FUS_FwDelete()
127 shci_send( SHCI_OPCODE_C2_FUS_UPDATE_AUTH_KEY, in SHCI_C2_FUS_UpdateAuthKey()
145 shci_send( SHCI_OPCODE_C2_FUS_LOCK_AUTH_KEY, in SHCI_C2_FUS_LockAuthKey()
177 shci_send( SHCI_OPCODE_C2_FUS_STORE_USR_KEY, in SHCI_C2_FUS_StoreUsrKey()
199 shci_send( SHCI_OPCODE_C2_FUS_LOAD_USR_KEY, in SHCI_C2_FUS_LoadUsrKey()
217 shci_send( SHCI_OPCODE_C2_FUS_START_WS, in SHCI_C2_FUS_StartWs()
237 shci_send( SHCI_OPCODE_C2_FUS_LOCK_USR_KEY, in SHCI_C2_FUS_LockUsrKey()
257 shci_send( SHCI_OPCODE_C2_FUS_UNLOAD_USR_KEY, in SHCI_C2_FUS_UnloadUsrKey()
[all …]
Dshci_tl.h92 void shci_send( uint16_t cmd_code, uint8_t len_cmd_payload, uint8_t * p_cmd_payload, TL_EvtPacket_t…
Dshci_tl.c156 void shci_send( uint16_t cmd_code, uint8_t len_cmd_payload, uint8_t * p_cmd_payload, TL_EvtPacket_t… in shci_send() function