Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record.h70 void SetAuthenticated(bool is_authenticated) { in SetAuthenticated() argument
71 this->is_authenticated_ = is_authenticated; in SetAuthenticated()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc737 bool is_authenticated = BTM_IsAuthenticated(bd_addr, BT_TRANSPORT_LE); in btm_ble_start_sec_check() local
745 !(is_link_key_authed || is_authenticated)) { in btm_ble_start_sec_check()