Home
last modified time | relevance | path

Searched refs:FAIL_L2CAP_ERROR (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.h48 FAIL_L2CAP_ERROR = 3, // See l2cap_connection_response_result enumerator
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.h47 FAIL_L2CAP_ERROR = 3, // See l2cap_connection_response_result enumerator
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc257 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
270 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
854 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in on_command_timeout()
/system/bt/gd/l2cap/le/internal/
Dlink.cc176 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnOutgoingConnectionRequestFail()
/system/bt/gd/shim/
Dl2cap.cc363 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR: in OnConnectionFailure()