More subghz (btw.. entire subghz update, credits to unleashed. will be in release note too)

This commit is contained in:
VerstreuteSeele
2023-02-10 21:16:40 +01:00
parent 708dd167c8
commit 176c01c0da
3 changed files with 328 additions and 37 deletions

View File

@@ -2679,6 +2679,7 @@ Function,-,subghz_keystore_load,_Bool,"SubGhzKeystore*, const char*"
Function,-,subghz_keystore_raw_encrypted_save,_Bool,"const char*, const char*, uint8_t*"
Function,-,subghz_keystore_raw_get_data,_Bool,"const char*, size_t, uint8_t*, size_t"
Function,-,subghz_keystore_save,_Bool,"SubGhzKeystore*, const char*, uint8_t*"
Function,-,subghz_protocol_alutech_at_4n_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*"
Function,+,subghz_protocol_blocks_add_bit,void,"SubGhzBlockDecoder*, uint8_t"
Function,+,subghz_protocol_blocks_add_bytes,uint8_t,"const uint8_t[], size_t"
Function,+,subghz_protocol_blocks_add_to_128_bit,void,"SubGhzBlockDecoder*, uint8_t, uint64_t*"
@@ -3039,6 +3040,11 @@ Function,-,subghz_protocol_decoder_star_line_free,void,void*
Function,-,subghz_protocol_decoder_star_line_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_star_line_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_star_line_reset,void,void*
Function,-,subghz_protocol_encoder_alutech_at_4n_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_alutech_at_4n_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_alutech_at_4n_free,void,void*
Function,-,subghz_protocol_encoder_alutech_at_4n_stop,void,void*
Function,-,subghz_protocol_encoder_alutech_at_4n_yield,LevelDuration,void*
Function,-,subghz_protocol_decoder_star_line_serialize,_Bool,"void*, FlipperFormat*, SubGhzRadioPreset*"
Function,-,subghz_protocol_encoder_ansonic_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_ansonic_deserialize,_Bool,"void*, FlipperFormat*"
1 entry status name type params
2679 Function - subghz_keystore_raw_encrypted_save _Bool const char*, const char*, uint8_t*
2680 Function - subghz_keystore_raw_get_data _Bool const char*, size_t, uint8_t*, size_t
2681 Function - subghz_keystore_save _Bool SubGhzKeystore*, const char*, uint8_t*
2682 Function - subghz_protocol_alutech_at_4n_create_data _Bool void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*
2683 Function + subghz_protocol_blocks_add_bit void SubGhzBlockDecoder*, uint8_t
2684 Function + subghz_protocol_blocks_add_bytes uint8_t const uint8_t[], size_t
2685 Function + subghz_protocol_blocks_add_to_128_bit void SubGhzBlockDecoder*, uint8_t, uint64_t*
3040 Function - subghz_protocol_decoder_star_line_get_hash_data uint8_t void*
3041 Function - subghz_protocol_decoder_star_line_get_string void void*, FuriString*
3042 Function - subghz_protocol_decoder_star_line_reset void void*
3043 Function - subghz_protocol_encoder_alutech_at_4n_alloc void* SubGhzEnvironment*
3044 Function - subghz_protocol_encoder_alutech_at_4n_deserialize _Bool void*, FlipperFormat*
3045 Function - subghz_protocol_encoder_alutech_at_4n_free void void*
3046 Function - subghz_protocol_encoder_alutech_at_4n_stop void void*
3047 Function - subghz_protocol_encoder_alutech_at_4n_yield LevelDuration void*
3048 Function - subghz_protocol_decoder_star_line_serialize _Bool void*, FlipperFormat*, SubGhzRadioPreset*
3049 Function - subghz_protocol_encoder_ansonic_alloc void* SubGhzEnvironment*
3050 Function - subghz_protocol_encoder_ansonic_deserialize _Bool void*, FlipperFormat*