Home
last modified time | relevance | path

Searched refs:ConnectionResponseResult (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc116 .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 …]
Dsignalling_manager.h81 …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,
Dlink.cc78 .l2cap_connection_response_result = ConnectionResponseResult::SUCCESS, in OnAclDisconnected()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_manager.h56 ConnectionResponseResult l2cap_connection_response_result = ConnectionResponseResult::SUCCESS;
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs16 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/
Dl2cap_packets.pdl240 enum ConnectionResponseResult : 16 {
260 result : ConnectionResponseResult,
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl276 enum ConnectionResponseResult : 16 {
295 result : ConnectionResponseResult,