This commit is contained in:
matthias.ringwald@gmail.com 2014-01-01 20:46:25 +00:00
parent f781679a14
commit d5359ecc0b

View File

@ -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;
}