Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection_handler.h42 bool AuthenticatePendingConnection() const;
H A Dacl_connection_handler.cc59 bool AclConnectionHandler::AuthenticatePendingConnection() const { in AuthenticatePendingConnection() function in test_vendor_lib::AclConnectionHandler
H A Dlink_layer_controller.cc1617 bool awaiting_authentication = connections_.AuthenticatePendingConnection(); in IncomingPageResponsePacket()