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:
parent
ac2361797f
commit
f93e754ae8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user