Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h56 bool HasPendingScoConnection(bluetooth::hci::Address addr) const;
Dacl_connection_handler.cc312 bool AclConnectionHandler::HasPendingScoConnection( in HasPendingScoConnection() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc3977 if (connections_.HasPendingScoConnection(address)) { in IncomingScoConnectionRequest()
5315 if (connections_.HasPendingScoConnection(bd_addr)) { in AcceptConnectionRequest()
6230 if (connections_.HasPendingScoConnection(bd_addr)) { in AddScoConnection()
6276 if (connections_.HasPendingScoConnection(bd_addr)) { in SetupSynchronousConnection()
6306 if (!connections_.HasPendingScoConnection(bd_addr)) { in AcceptSynchronousConnection()
6361 if (!connections_.HasPendingScoConnection(bd_addr)) { in RejectSynchronousConnection()