Home
last modified time | relevance | path

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

/system/bt/gd/shim/
Dl2cap.cc163 …void SetConnectionClosedCallback(::bluetooth::shim::ConnectionClosedCallback on_connection_closed)… in SetConnectionClosedCallback() function in bluetooth::shim::ConnectionInterface
199 …void SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCallback on_cl…
313 void ConnectionInterfaceManager::SetConnectionClosedCallback( in SetConnectionClosedCallback() function in bluetooth::shim::ConnectionInterfaceManager
316 return cid_to_interface_map_[cid]->SetConnectionClosedCallback(on_closed); in SetConnectionClosedCallback()
411 …void SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCallback on_cl…
598 void L2cap::impl::SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCa… in SetConnectionClosedCallback() function in bluetooth::shim::L2cap::impl
599 connection_interface_manager_.SetConnectionClosedCallback(cid, std::move(on_closed)); in SetConnectionClosedCallback()
667 void L2cap::SetConnectionClosedCallback(uint16_t raw_cid, ConnectionClosedCallback on_closed) { in SetConnectionClosedCallback() function in bluetooth::shim::L2cap
670 …&L2cap::impl::SetConnectionClosedCallback, common::Unretained(pimpl_.get()), cid, std::move(on_clo… in SetConnectionClosedCallback()
Dl2cap.h56 void SetConnectionClosedCallback(uint16_t cid, ConnectionClosedCallback on_closed);
/system/bt/main/shim/
Dl2cap.cc328 bluetooth::shim::GetL2cap()->SetConnectionClosedCallback( in SetDownstreamCallbacks()