You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory Optimization: Change the bluetooth bt_tool storage tool module to const for reduce the ram size.
bug:v/84978
Rootcause: To reduce RAM resource consumption, the `set_options`,
'delete_options', 'g_storage_tables', in the bt_tools storage tool module must be marked with the `const` modifier.
This ensures it is compiled and linked into Flash memory instead of RAM.
Signed-off-by: huangyulong3 <huangyulong3@xiaomi.com>
0 commit comments