Home
last modified time | relevance | path

Searched refs:command_just_sent_ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc127 if (signal_id != command_just_sent_.signal_id_) { in OnCommandReject()
132 if (command_just_sent_.command_code_ == LeCommandCode::LE_CREDIT_BASED_CONNECTION_REQUEST) { in OnCommandReject()
133 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in OnCommandReject()
167 if (signal_id != command_just_sent_.signal_id_) { in OnConnectionParameterUpdateResponse()
171 if (command_just_sent_.command_code_ != LeCommandCode::CONNECTION_PARAMETER_UPDATE_REQUEST) { in OnConnectionParameterUpdateResponse()
176 command_just_sent_.signal_id_ = kInitialSignalId; in OnConnectionParameterUpdateResponse()
273 if (signal_id != command_just_sent_.signal_id_) { in OnConnectionResponse()
277 if (command_just_sent_.command_code_ != LeCommandCode::LE_CREDIT_BASED_CONNECTION_REQUEST) { in OnConnectionResponse()
282 command_just_sent_.signal_id_ = kInitialSignalId; in OnConnectionResponse()
285 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, result); in OnConnectionResponse()
[all …]
Dsignalling_manager.h171 PendingCommand command_just_sent_; variable
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc79 if (command_just_sent_.signal_id_ != command_reject_view.GetIdentifier()) { in OnCommandReject()
83 if (command_just_sent_.command_code_ == CommandCode::INFORMATION_REQUEST && in OnCommandReject()
84 command_just_sent_.info_type_ == InformationRequestInfoType::EXTENDED_FEATURES_SUPPORTED) { in OnCommandReject()
131 if (command_just_sent_.signal_id_ == kInvalidSignalId) { in on_security_result_for_outgoing()
142 if (command_just_sent_.signal_id_ == kInvalidSignalId) { in send_configuration_request()
152 if (command_just_sent_.signal_id_ == kInvalidSignalId) { in SendDisconnectionRequest()
161 if (command_just_sent_.signal_id_ == kInvalidSignalId) { in SendInformationRequest()
254 if (command_just_sent_.signal_id_ != signal_id || in OnConnectionResponse()
255 command_just_sent_.command_code_ != CommandCode::CONNECTION_REQUEST) { in OnConnectionResponse()
258 command_just_sent_.signal_id_.Value(), in OnConnectionResponse()
[all …]
Dsignalling_manager.h131 PendingCommand command_just_sent_; variable