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.h52 bool HasPendingConnection(bluetooth::hci::Address addr) const;
Dacl_connection_handler.cc84 bool AclConnectionHandler::HasPendingConnection(Address addr) const { in HasPendingConnection() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc5303 if (connections_.HasPendingConnection(bd_addr)) { in AcceptConnectionRequest()
5414 if (!connections_.HasPendingConnection(addr)) { in RejectConnectionRequest()
5452 if (connections_.HasPendingConnection(bd_addr) || in CreateConnection()
6159 !connections_.HasPendingConnection(page_->bd_addr)) { in Paging()