Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection_handler.h40 bool HasPendingConnection(bluetooth::hci::Address addr) const;
H A Dacl_connection_handler.cc55 bool AclConnectionHandler::HasPendingConnection(Address addr) const { in HasPendingConnection() function in test_vendor_lib::AclConnectionHandler
H A Dlink_layer_controller.cc2126 if (!connections_.HasPendingConnection(addr)) { in AcceptConnectionRequest()
2162 if (!connections_.HasPendingConnection(addr)) { in RejectConnectionRequest()