Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/
H A Dfacade.cc155 … common::Bind(&L2capDynamicChannelHelper::on_connect_fail, common::Unretained(this)), handler_); in Connect()
193 void on_connect_fail(DynamicChannelManager::ConnectionResult result) { in on_connect_fail() function in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capDynamicChannelHelper
305 …address, common::BindOnce(&L2capFixedChannelHelper::on_connect_fail, common::Unretained(this)), ha… in Connect()
344 void on_connect_fail(FixedChannelManager::ConnectionResult result) { in on_connect_fail() function in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capFixedChannelHelper
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.cc294 handler_->BindOnceOn(this, &L2capDynamicChannelHelper::on_connect_fail)); in Connect()
363 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService::L2capDynamicChannelHelper