Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc97 direct_connection_address_ = peer; in CreateConnection()
117 if (peer == direct_connection_address_) { in CancelConnection()
118 direct_connection_address_ = AddressWithType(); in CancelConnection()
314 } else if (direct_connection_address_ == peer) { in OnLeConnectSuccess()
315 direct_connection_address_ = AddressWithType(); in OnLeConnectSuccess()
349 if (address == direct_connection_address_) { in OnLeConnectFail()
350 direct_connection_address_ = AddressWithType(); in OnLeConnectFail()
468 bluetooth::hci::AddressWithType direct_connection_address_; member in bluetooth::hci::facade::LeAclManagerFacadeService