mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 18:40:27 +00:00
fix warnings
This commit is contained in:
parent
747f668f46
commit
c123d999de
@ -191,9 +191,9 @@ static uint8_t sm_io_capabilities = IO_CAPABILITY_NO_INPUT_NO_OUTPUT;
|
||||
static uint8_t sm_slave_request_security;
|
||||
static uint32_t sm_fixed_passkey_in_display_role;
|
||||
static uint8_t sm_reconstruct_ltk_without_le_device_db_entry;
|
||||
static bool sm_sc_only_mode;
|
||||
|
||||
#ifdef ENABLE_LE_SECURE_CONNECTIONS
|
||||
static bool sm_sc_only_mode;
|
||||
static uint8_t sm_sc_oob_random[16];
|
||||
static void (*sm_sc_oob_callback)(const uint8_t * confirm_value, const uint8_t * random_value);
|
||||
static sm_sc_oob_state_t sm_sc_oob_state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user