mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-27 04:29:03 +00:00
![]() BLE event data is not empty only on pairing: ``` core/embed/io/ble/stm32/ble.c 176: ble_event_t event = {.type = BLE_CONNECTED}; 182: ble_event_t event = {.type = BLE_DISCONNECTED}; 227: ble_event_t event = {.type = BLE_PAIRING_REQUEST, .data_len = 6}; 244: ble_event_t event = {.type = BLE_PAIRING_CANCELLED, .data_len = 0}; ``` [no changelog] |
||
---|---|---|
.. | ||
modtrezorconfig | ||
modtrezorcrypto | ||
modtrezorio | ||
modtrezorui | ||
modtrezorutils | ||
modutime.c | ||
rustmods.c | ||
trezorobj.c | ||
trezorobj.h |