Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3905 p_dev_rec->sm4 &= ~BTM_SM4_RETRY; in btm_sec_auth_complete()
3988 if ((old_sm4 & BTM_SM4_RETRY) == 0) { in btm_sec_auth_complete()
3992 p_dev_rec->sm4 |= BTM_SM4_RETRY; in btm_sec_auth_complete()
3999 p_dev_rec->sm4 |= BTM_SM4_RETRY; in btm_sec_auth_complete()
4008 if (p_dev_rec->sm4 & BTM_SM4_RETRY) { in btm_sec_auth_complete()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h647 #define BTM_SM4_RETRY 0x02 /* set this bit to retry on HCI_ERR_KEY_MISSING or HCI_ERR_… macro