Searched refs:ConnectionResponseResult (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 116 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in on_security_result_for_outgoing() 177 …send_connection_response(signal_id, remote_cid, kInvalidCid, ConnectionResponseResult::PSM_NOT_SUP… in OnConnectionRequest() 184 …send_connection_response(signal_id, remote_cid, kInvalidCid, ConnectionResponseResult::INVALID_CID, in OnConnectionRequest() 200 …send_connection_response(signal_id, remote_cid, kInvalidCid, ConnectionResponseResult::PSM_NOT_SUP… in OnConnectionRequest() 223 ConnectionResponseResult::SECURITY_BLOCK, in on_security_result_for_incoming() 228 .l2cap_connection_response_result = ConnectionResponseResult::NO_RESOURCES_AVAILABLE, in on_security_result_for_incoming() 242 ConnectionResponseResult::SUCCESS, in on_security_result_for_incoming() 252 ConnectionResponseResult result, in OnConnectionResponse() 268 if (result == ConnectionResponseResult::PENDING) { in OnConnectionResponse() 276 if (result != ConnectionResponseResult::SUCCESS) { in OnConnectionResponse() [all …]
|
D | signalling_manager.h | 81 …void OnConnectionResponse(SignalId signal_id, Cid remote_cid, Cid cid, ConnectionResponseResult re… 111 …ection_response(SignalId signal_id, Cid remote_cid, Cid local_cid, ConnectionResponseResult result,
|
D | link.cc | 78 .l2cap_connection_response_result = ConnectionResponseResult::SUCCESS, in OnAclDisconnected()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | dynamic_channel_manager.h | 56 ConnectionResponseResult l2cap_connection_response_result = ConnectionResponseResult::SUCCESS;
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 16 use hcidoc_packets::l2cap::{ConnectionResponseResult, ControlChild}; 280 status: ConnectionResponseResult, in report_l2cap_conn_rsp() argument 303 if status == ConnectionResponseResult::Success { in report_l2cap_conn_rsp() 674 status: ConnectionResponseResult, in report_l2cap_conn_rsp() argument 680 if status == ConnectionResponseResult::Pending { in report_l2cap_conn_rsp()
|
/packages/modules/Bluetooth/floss/hcidoc/packets/ |
D | l2cap_packets.pdl | 240 enum ConnectionResponseResult : 16 { 260 result : ConnectionResponseResult,
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 276 enum ConnectionResponseResult : 16 { 295 result : ConnectionResponseResult,
|