Home
last modified time | relevance | path

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

/system/bt/gd/shim/
Dl2cap.cc62 using PendingConnectionFail = std::function<void(l2cap::classic::DynamicChannelManager::ConnectionR… typedef
335 PendingConnectionFail pending_fail) in PendingConnection()
390 const PendingConnectionFail pending_fail_;
436 void PendingConnectionFail(
542 void L2cap::impl::PendingConnectionFail( in PendingConnectionFail() function in bluetooth::shim::L2cap::impl
579 … handler_->CallOn(this, &L2cap::impl::PendingConnectionFail, id, std::move(connection), result); in CreateConnection()