Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h51 bool HasPendingConnection(bluetooth::hci::Address addr) const;
Dacl_connection_handler.cc82 bool AclConnectionHandler::HasPendingConnection(Address addr) const { in HasPendingConnection() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc4978 if (connections_.HasPendingConnection(bd_addr)) { in AcceptConnectionRequest()
5080 if (!connections_.HasPendingConnection(addr)) { in RejectConnectionRequest()
5113 if (connections_.HasPendingConnection(bd_addr) || in CreateConnection()
5780 !connections_.HasPendingConnection(page_->bd_addr)) { in Paging()