mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
fix typo
This commit is contained in:
parent
f781679a14
commit
d5359ecc0b
@ -1721,7 +1721,7 @@ void sm_register_packet_handler(btstack_packet_handler_t handler){
|
||||
sm_client_packet_handler = handler;
|
||||
}
|
||||
|
||||
void sm_set_accepted_stk_generation_method(uint8_t accepted_stk_generation_methods){
|
||||
void sm_set_accepted_stk_generation_methods(uint8_t accepted_stk_generation_methods){
|
||||
sm_accepted_stk_generation_methods = accepted_stk_generation_methods;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user