1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-14 06:15:57 +00:00

fixup! WIP: support BLE in emulator

This commit is contained in:
Martin Milata 2025-03-19 18:23:19 +01:00 committed by M1nd3r
parent ac2361797f
commit f93e754ae8

View File

@ -39,6 +39,7 @@ typedef enum {
BLE_ERASE_BONDS = 4, // Erase all bonding information
BLE_ALLOW_PAIRING = 5, // Accept pairing request
BLE_REJECT_PAIRING = 6, // Reject pairing request
BLE_UNPAIR = 7, // Erase bond for currently connected device
BLE_EMULATOR_PONG = 255, // Ping reply, emulator only
} ble_command_type_t;