Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c84 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec);
1097 if ( btm_sec_check_prefetch_pin (p_dev_rec) ) { in btm_sec_bond_by_transport()
3125 if ((p_dev_rec->sm4 != BTM_SM4_KNOWN) || !btm_sec_check_prefetch_pin(p_dev_rec)) { in btm_sec_rmt_name_request_complete()
5870 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_check_prefetch_pin() function