Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3170 if (res == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_rmt_name_request_complete()
3959 if (res == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_auth_complete()
4404 if (sec_dev_rec_status == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_connected()
4440 if (sec_dev_rec_status == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_connected()
4478 if (sec_dev_rec_status == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_connected()
4806 if (res == BTM_SEC_DEV_REC_REMOVED) { in btm_sec_link_key_notification()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h77 BTM_SEC_DEV_REC_REMOVED, /* 27 Device record relate to the bd_addr is removed */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3151 return BTM_SEC_DEV_REC_REMOVED; in bta_dm_authentication_complete_cback()