Home
last modified time | relevance | path

Searched refs:l2cap_connection_response_result (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.h56 ConnectionResponseResult l2cap_connection_response_result = ConnectionResponseResult::SUCCESS; member
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.h53 LeCreditBasedConnectionResponseResult l2cap_connection_response_result = member
Dfacade.cc75 …tic_cast<int>(service_helper->second->channel_open_fail_reason_.l2cap_connection_response_result)); in OpenDynamicChannel()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc108 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in on_security_result_for_outgoing()
213 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in on_security_result_for_incoming()
259 .l2cap_connection_response_result = result, in OnConnectionResponse()
272 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in OnConnectionResponse()
856 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in on_command_timeout()
Dlink.cc64 .l2cap_connection_response_result = ConnectionResponseResult::SUCCESS, in OnAclDisconnected()
/system/bt/gd/l2cap/le/internal/
Dlink.cc178 .l2cap_connection_response_result = response_result, in OnOutgoingConnectionRequestFail()
/system/bt/gd/shim/
Dl2cap_test.cc337 .l2cap_connection_response_result = l2cap::ConnectionResponseResult::SUCCESS, in TEST_F()
Dl2cap.cc367 l2cap::ConnectionResponseResultText(result.l2cap_connection_response_result).c_str()); in OnConnectionFailure()