mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
sm: remove duplicate declaration
This commit is contained in:
parent
b94c7d9dc9
commit
d88e71affe
@ -416,9 +416,6 @@ static void sm_handle_random_result_sc_get_random(void * arg);
|
|||||||
static int sm_passkey_entry(stk_generation_method_t method);
|
static int sm_passkey_entry(stk_generation_method_t method);
|
||||||
#endif
|
#endif
|
||||||
static void sm_notify_client_status_reason(sm_connection_t * sm_conn, uint8_t status, uint8_t reason);
|
static void sm_notify_client_status_reason(sm_connection_t * sm_conn, uint8_t status, uint8_t reason);
|
||||||
#ifdef ENABLE_LE_SECURE_CONNECTIONS
|
|
||||||
static int sm_passkey_entry(stk_generation_method_t method);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void log_info_hex16(const char * name, uint16_t value){
|
static void log_info_hex16(const char * name, uint16_t value){
|
||||||
log_info("%-6s 0x%04x", name, value);
|
log_info("%-6s 0x%04x", name, value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user