Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl.cc50 on_close_callback.Invoke(close_reason_); in RegisterOnCloseCallback()
66 cid_, static_cast<int>(close_reason_), static_cast<int>(status)); in OnClosed()
68 close_reason_ = status; in OnClosed()
71 on_close_callback_.InvokeIfNotEmpty(close_reason_); in OnClosed()
Ddynamic_channel_impl.h89 hci::ErrorCode close_reason_ = hci::ErrorCode::SUCCESS; variable
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl.cc42 user_handler->Post(common::BindOnce(std::move(on_close_callback), close_reason_)); in RegisterOnCloseCallback()
51 cid_, static_cast<int>(close_reason_), static_cast<int>(status)); in OnClosed()
53 close_reason_ = status; in OnClosed()
Dfixed_channel_impl.h95 hci::ErrorCode close_reason_ = hci::ErrorCode::SUCCESS; variable
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc51 user_handler->Post(common::BindOnce(std::move(on_close_callback), close_reason_)); in RegisterOnCloseCallback()
60 cid_, static_cast<int>(close_reason_), static_cast<int>(status)); in OnClosed()
62 close_reason_ = status; in OnClosed()
Dfixed_channel_impl.h97 hci::ErrorCode close_reason_ = hci::ErrorCode::SUCCESS; variable