hal: more consts for ble & nfc vars

This commit is contained in:
hedger
2025-02-22 18:39:52 +00:00
parent bf84daf0d9
commit d7221f1b0d
6 changed files with 7 additions and 7 deletions

View File

@@ -3786,7 +3786,7 @@ Variable,+,_impure_ptr,_reent*,
Variable,-,_sys_errlist,const char* const[],
Variable,-,_sys_nerr,int,
Variable,-,ble_profile_hid,const FuriHalBleProfileTemplate*,
Variable,-,ble_profile_serial,const FuriHalBleProfileTemplate*,
Variable,+,ble_profile_serial,const FuriHalBleProfileTemplate* const,
Variable,+,cli_vcp,const CliSession,
Variable,+,compress_config_heatshrink_default,const CompressConfigHeatshrink,
Variable,+,firmware_api_interface,const ElfApiInterface* const,
1 entry status name type params
3786 Variable - _sys_errlist const char* const[]
3787 Variable - _sys_nerr int
3788 Variable - ble_profile_hid const FuriHalBleProfileTemplate*
3789 Variable - + ble_profile_serial const FuriHalBleProfileTemplate* const FuriHalBleProfileTemplate* const
3790 Variable + cli_vcp const CliSession
3791 Variable + compress_config_heatshrink_default const CompressConfigHeatshrink
3792 Variable + firmware_api_interface const ElfApiInterface* const