Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/internal/
Dlink.cc95 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()
96 has_requested_authentication_ = true; in Authenticate()
Dlink.h234 bool has_requested_authentication_ = false; variable