Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.h48 Cid destination_cid_; member
75 pending_command.destination_cid_ = dcid; in DisconnectionRequest()
Dsignalling_manager.cc323 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()
497 …command_just_sent_.signal_id_.Value(), command_just_sent_.destination_cid_, command_just_sent_.sou… in handle_send_next_command()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.h48 Cid destination_cid_; member
Dsignalling_manager.cc862 … auto channel = channel_allocator_->FindChannelByRemoteCid(command_just_sent_.destination_cid_); in on_command_timeout()
889 auto destination_cid = command_just_sent_.destination_cid_; in handle_send_next_command()