Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc125 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in OnCommandReject()
279 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, result); in OnConnectionResponse()
284 …link_->AllocateReservedDynamicChannel(command_just_sent_.source_cid_, command_just_sent_.psm_, rem… in OnConnectionResponse()
287 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in OnConnectionResponse()
323 if (command_just_sent_.source_cid_ != cid || command_just_sent_.destination_cid_ != remote_cid) { in OnDisconnectionResponse()
325 command_just_sent_.source_cid_, command_just_sent_.destination_cid_, cid, remote_cid); in OnDisconnectionResponse()
468 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, in on_command_timeout()
489 … command_just_sent_.signal_id_.Value(), command_just_sent_.psm_, command_just_sent_.source_cid_, in handle_send_next_command()
497 …ust_sent_.signal_id_.Value(), command_just_sent_.destination_cid_, command_just_sent_.source_cid_); in handle_send_next_command()
Dsignalling_manager.h47 Cid source_cid_; member
63 pending_command.source_cid_ = scid; in CreditBasedConnectionRequest()
74 pending_command.source_cid_ = scid; in DisconnectionRequest()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.h47 Cid source_cid_; member
Dsignalling_manager.cc242 if (command_just_sent_.source_cid_ != cid) { in OnConnectionResponse()
243 LOG_WARN("SCID doesn't match: expected %d, received %d", command_just_sent_.source_cid_, cid); in OnConnectionResponse()
858 link_->OnOutgoingConnectionRequestFail(command_just_sent_.source_cid_, connection_result); in on_command_timeout()
888 auto source_cid = command_just_sent_.source_cid_; in handle_send_next_command()