Home
last modified time | relevance | path

Searched refs:CancelPendingLeConnection (Results 1 – 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection_handler.h46 bool CancelPendingLeConnection(bluetooth::hci::AddressWithType addr);
Dacl_connection_handler.cc97 bool AclConnectionHandler::CancelPendingLeConnection(AddressWithType addr) { in CancelPendingLeConnection() function in test_vendor_lib::AclConnectionHandler
124 if (CancelPendingLeConnection(addr)) { in CreateLeConnection()