mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
sm: fix warning
This commit is contained in:
parent
2b99f6edb7
commit
7d1c0c3aea
@ -1015,7 +1015,7 @@ static void sm_done_for_handle(hci_con_handle_t con_handle){
|
||||
}
|
||||
}
|
||||
|
||||
void sm_master_pairing_success(sm_connection_t *connection) {// master -> all done
|
||||
static void sm_master_pairing_success(sm_connection_t *connection) {// master -> all done
|
||||
connection->sm_engine_state = SM_INITIATOR_CONNECTED;
|
||||
sm_notify_client_status_reason(connection, ERROR_CODE_SUCCESS, 0);
|
||||
sm_done_for_handle(connection->sm_handle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user