Searched refs:init_security_mode (Results 1 – 6 of 6) sorted by relevance
893 init_security_mode = security_mode; in init()897 log::verbose("init_security_mode:{}", init_security_mode); in init()921 uint8_t init_security_mode = this->init_security_mode; in reset() local931 this->init_security_mode = init_security_mode; in reset()934 this->init_security_mode = init_security_mode; in reset()
51 void SMP_Init(uint8_t init_security_mode) { smp_cb.init(init_security_mode); } in SMP_Init() argument
990 if (p_cb->init_security_mode == BTM_SEC_MODE_SC) { in smp_calculate_link_key_from_long_term_key()999 } else if (p_cb->init_security_mode == BTM_SEC_MODE_SP) { in smp_calculate_link_key_from_long_term_key()1007 p_cb->init_security_mode, p_dev_rec->sm4); in smp_calculate_link_key_from_long_term_key()
281 uint8_t init_security_mode{0};
188 (p_cb->init_security_mode == BTM_SEC_MODE_SC) ? true : false; in smp_send_app_cback()484 (p_cb->init_security_mode == BTM_SEC_MODE_SC) ? true : false; in smp_proc_sec_req()
47 void SMP_Init(uint8_t init_security_mode);