Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc97 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()
98 has_requested_authentication_ = true; in Authenticate()
Dlink.h248 bool has_requested_authentication_ = false; variable