Searched refs:on_connection_closed_callback_ (Results 1 – 1 of 1) sorted by relevance
89 on_connection_closed_callback_(nullptr), in ConnectionInterface()158 ASSERT(on_connection_closed_callback_ != nullptr); in OnConnectionClosed()159 on_connection_closed_callback_(cid_, static_cast<int>(error_code)); in OnConnectionClosed()165 ASSERT(on_connection_closed_callback_ == nullptr); in SetConnectionClosedCallback()166 on_connection_closed_callback_ = std::move(on_connection_closed); in SetConnectionClosedCallback()179 ConnectionClosedCallback on_connection_closed_callback_; member in bluetooth::shim::ConnectionInterface