From f93e754ae83d8b7b90bfef1744e1ed5d14acf91a Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 19 Mar 2025 18:23:19 +0100 Subject: [PATCH] fixup! WIP: support BLE in emulator --- core/embed/io/ble/inc/io/ble.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/embed/io/ble/inc/io/ble.h b/core/embed/io/ble/inc/io/ble.h index 223b5121f6..d05a702011 100644 --- a/core/embed/io/ble/inc/io/ble.h +++ b/core/embed/io/ble/inc/io/ble.h @@ -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;