Home
last modified time | relevance | path

Searched defs:ConnectionResult (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.h50 struct ConnectionResult { struct
51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; argument
58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Dfixed_channel_manager.h48 struct ConnectionResult { struct
49 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; argument
53 * OnConnectionFailureCallback(ConnectionResult failure_reason); argument
/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.h50 struct ConnectionResult { struct
51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; argument
58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Dfixed_channel_manager.h52 struct ConnectionResult { struct
53 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; argument
59 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Dfacade.cc65 …annel_manager->ConnectServices(peer, common::BindOnce([](FixedChannelManager::ConnectionResult) {}… in Connect()