Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection_handler.cc63 bool AclConnectionHandler::CancelPendingConnection(Address addr) { in CancelPendingConnection() function in test_vendor_lib::AclConnectionHandler
109 if (CancelPendingConnection(addr)) { in CreateConnection()
H A Dacl_connection_handler.h41 bool CancelPendingConnection(bluetooth::hci::Address addr);
H A Dlink_layer_controller.cc2204 if (!connections_.CancelPendingConnection(addr)) { in CreateConnectionCancel()