Home
last modified time | relevance | path

Searched refs:sm_stk_generation_method (Results 1 – 1 of 1) sorted by relevance

/btstack/src/ble/
H A Dsm.c322 stk_generation_method_t sm_stk_generation_method; member
851 setup->sm_stk_generation_method = JUST_WORKS; in sm_setup_tk()
877 setup->sm_stk_generation_method = OOB; in sm_setup_tk()
909 …setup->sm_stk_generation_method = generation_method[sm_pairing_packet_get_io_capability(setup->sm_… in sm_setup_tk()
912 …m_m_preq), sm_pairing_packet_get_io_capability(setup->sm_s_pres), setup->sm_stk_generation_method); in sm_setup_tk()
1064 switch (setup->sm_stk_generation_method){ in sm_trigger_user_response()
1260 log_info("SMP: generation method %u", setup->sm_stk_generation_method); in sm_stk_generation_init()
1283 sm_conn->sm_connection_authenticated = (setup->sm_stk_generation_method == JUST_WORKS) ? 0 : 1; in sm_stk_generation_init()
1640 if (setup->sm_stk_generation_method == OOB){ in sm_sc_start_calculating_local_confirm()
1650 if (setup->sm_stk_generation_method == OOB){ in sm_sc_state_after_receiving_random()
[all …]