implemented unlock, read, save sequence

This commit is contained in:
g3gg0
2022-11-09 22:59:09 +01:00
parent 8d2daa7986
commit fe216b4ddd
8 changed files with 98 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,7.4,,
Version,+,7.5,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,,
@@ -1960,7 +1960,7 @@ Function,-,nfca_signal_encode,void,"NfcaSignal*, uint8_t*, uint16_t, uint8_t*"
Function,-,nfca_signal_free,void,NfcaSignal*
Function,-,nfcv_inventory,ReturnCode,uint8_t*
Function,-,nfcv_read_blocks,ReturnCode,"NfcVReader*, NfcVData*"
Function,-,nfcv_read_sysinfo,ReturnCode,NfcVData*
Function,-,nfcv_read_sysinfo,ReturnCode,"FuriHalNfcDevData*, NfcVData*"
Function,+,notification_internal_message,void,"NotificationApp*, const NotificationSequence*"
Function,+,notification_internal_message_block,void,"NotificationApp*, const NotificationSequence*"
Function,+,notification_message,void,"NotificationApp*, const NotificationSequence*"
1 entry status name type params
2 Version + 7.4 7.5
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
1960 Function - nfca_signal_free void NfcaSignal*
1961 Function - nfcv_inventory ReturnCode uint8_t*
1962 Function - nfcv_read_blocks ReturnCode NfcVReader*, NfcVData*
1963 Function - nfcv_read_sysinfo ReturnCode NfcVData* FuriHalNfcDevData*, NfcVData*
1964 Function + notification_internal_message void NotificationApp*, const NotificationSequence*
1965 Function + notification_internal_message_block void NotificationApp*, const NotificationSequence*
1966 Function + notification_message void NotificationApp*, const NotificationSequence*