Searched refs:source_cid_ (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | signalling_manager.cc | 129 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in OnCommandReject() 281 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, result); in OnConnectionResponse() 286 …link_->AllocateReservedDynamicChannel(command_just_sent_.source_cid_, command_just_sent_.psm_, rem… in OnConnectionResponse() 289 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in OnConnectionResponse() 327 if (command_just_sent_.source_cid_ != cid || command_just_sent_.destination_cid_ != remote_cid) { in OnDisconnectionResponse() 329 command_just_sent_.source_cid_, command_just_sent_.destination_cid_, cid, remote_cid); in OnDisconnectionResponse() 506 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in on_command_timeout() 527 … command_just_sent_.signal_id_.Value(), command_just_sent_.psm_, command_just_sent_.source_cid_, in handle_send_next_command() 535 …ust_sent_.signal_id_.Value(), command_just_sent_.destination_cid_, command_just_sent_.source_cid_); in handle_send_next_command()
|
H A D | signalling_manager.h | 47 Cid source_cid_; member 63 pending_command.source_cid_ = scid; in CreditBasedConnectionRequest() 74 pending_command.source_cid_ = scid; in DisconnectionRequest()
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | signalling_manager.h | 47 Cid source_cid_; member
|
H A D | signalling_manager.cc | 254 if (command_just_sent_.source_cid_ != cid) { in OnConnectionResponse() 255 LOG_WARN("SCID doesn't match: expected %d, received %d", command_just_sent_.source_cid_, cid); in OnConnectionResponse() 902 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, connection_result); in on_command_timeout() 932 auto source_cid = command_just_sent_.source_cid_; in handle_send_next_command()
|