From e823d7f944c8ab5e30c8a320cc74321d10e738fb Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 25 Apr 2025 15:45:33 +0200 Subject: [PATCH] fix(eckhart): fix missing ble QSTR --- core/embed/upymod/qstrdefsport.h | 2 ++ core/src/apps/management/ble/__init__.py | 0 2 files changed, 2 insertions(+) create mode 100644 core/src/apps/management/ble/__init__.py diff --git a/core/embed/upymod/qstrdefsport.h b/core/embed/upymod/qstrdefsport.h index 492d6e7084..04fa8ab3aa 100644 --- a/core/embed/upymod/qstrdefsport.h +++ b/core/embed/upymod/qstrdefsport.h @@ -120,6 +120,7 @@ Q(apps.management.apply_flags) Q(apps.management.apply_settings) Q(apps.management.authenticate_device) Q(apps.management.backup_device) +Q(apps.management.ble) Q(apps.management.ble.pair_new_device) Q(apps.management.ble.unpair) Q(apps.management.change_language) @@ -164,6 +165,7 @@ Q(benchmark) Q(benchmarks) Q(bitcoin) Q(bitcoinlike) +Q(ble) Q(bolt) Q(boot) Q(cache) diff --git a/core/src/apps/management/ble/__init__.py b/core/src/apps/management/ble/__init__.py new file mode 100644 index 0000000000..e69de29bb2