Home
last modified time | relevance | path

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

/system/bt/gd/security/record/
Dsecurity_record.h75 void SetAuthenticated(bool is_authenticated) { in SetAuthenticated() argument
76 this->is_authenticated_ = is_authenticated; in SetAuthenticated()
/system/bt/stack/btm/
Dbtm_ble.cc917 bool is_authenticated = BTM_IsAuthenticated(bd_addr, BT_TRANSPORT_LE); in btm_ble_start_sec_check() local
927 !(is_link_key_authed || is_authenticated)) { in btm_ble_start_sec_check()