Searched refs:ConnectionClosed (Results 1 – 1 of 1) sorted by relevance
60 using ConnectionClosed = std::function<void(ConnectionInterfaceDescriptor)>; typedef84 ConnectionClosed on_closed) in ConnectionInterface()183 ConnectionClosed on_closed_{};240 …void ConnectionClosed(ConnectionInterfaceDescriptor cid, std::unique_ptr<ConnectionInterface> conn…275 void ConnectionInterfaceManager::ConnectionClosed( in ConnectionClosed() function in bluetooth::shim::ConnectionInterfaceManager291 …&ConnectionInterfaceManager::ConnectionClosed, common::Unretained(this), cid, std::move(connection… in AddConnection()