Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c889 && (btm_cb.security_mode_changed == FALSE) ) { in BTM_PINCodeReply()
895 btm_cb.security_mode_changed = TRUE; in BTM_PINCodeReply()
5650 if (btm_cb.security_mode_changed) { in btm_restore_mode()
5651 btm_cb.security_mode_changed = FALSE; in btm_restore_mode()
5853 if (btm_cb.security_mode_changed == FALSE) { in btm_sec_check_prefetch_pin()
5854 btm_cb.security_mode_changed = TRUE; in btm_sec_check_prefetch_pin()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h901 BOOLEAN security_mode_changed; /* mode changed during bonding */ member