AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 35 Bitcoin

feat(core): respect BLE settings in bootloader

Public commit record

What the developer wrote

Authored by tychovrahe

57/100 · Thin
feat(core): respect BLE settings in bootloader
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
The short version

What changed, and why it matters

This commit changes the Trezor bootloader so that Bluetooth Low Energy (BLE) settings are remembered across reboots. Previously, the bootloader would turn BLE back on even if the user had turned it off. Now the bootloader reads a saved 'BLE enabled' flag from backup memory and only enables BLE if the user had left it on. The pairing/setup workflows still force BLE on because they need it. This is a privacy/usability fix rather than a critical security patch, but it prevents an unwanted BLE radio from being active when the user expects it to be off.

Recommended action

Treat as a low-risk privacy/usability fix. No urgent action required for users, but ensure firmware update includes this change so user BLE preferences are honored in bootloader. Review whether other bootloader workflows that use BLE also explicitly enable it as needed.

Security signals we found

01

Fixes a state-persistence bug where a user-configured disable setting was ignored in bootloader context

02

Adds backup RAM storage for BLE enabled state with versioned struct

03

Uses BACKUP_RAM_ITEM_PROTECTED so the setting is erased on device wipe

04

Explicitly enables BLE only in workflows that require it (pairing/setup)

05

Changelog describes this as a fix for BLE on/off behavior in bootloader

Risk score

Why this scored 35/100

Our methodology →
Potential impact 8/30
Exploitability 5/25
Stealth signal 6/15
Affected reach 7/15
Confidence 6/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.