Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h198 BTM_SM4_RETRY = 0x02, /* set this bit to retry on HCI_ERR_KEY_MISSING or \ enumerator
Dbtm_sec.cc3098 p_dev_rec->sm4 &= ~BTM_SM4_RETRY; in btm_sec_auth_retry()
3101 ((old_sm4 & BTM_SM4_RETRY) == 0) && (HCI_ERR_KEY_MISSING == status) && in btm_sec_auth_retry()
3109 p_dev_rec->sm4 |= BTM_SM4_RETRY; in btm_sec_auth_retry()