Searched refs:remote_cid_ (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl.cc | 34 : psm_(psm), cid_(cid), remote_cid_(remote_cid), link_(link), l2cap_handler_(l2cap_handler), in DynamicChannelImpl() 37 ASSERT(remote_cid_ > 0); in DynamicChannelImpl() 61 link_->SendDisconnectionRequest(cid_, remote_cid_); in Close()
|
D | le_credit_based_channel_data_controller.cc | 31 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in LeCreditBasedDataController() 49 builder = FirstLeInformationFrameBuilder::Create(remote_cid_, sdu_size, std::move(segments[0])); in OnSdu() 52 builder = BasicFrameBuilder::Create(remote_cid_, std::move(segments[i])); in OnSdu() 98 link_->SendDisconnectionRequest(cid_, remote_cid_); in OnPdu() 122 link_->SendDisconnectionRequest(cid_, remote_cid_); in OnCredit()
|
D | basic_mode_channel_data_controller.cc | 27 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in BasicModeDataController() 35 auto l2cap_information = BasicFrameBuilder::Create(remote_cid_, std::move(sdu)); in OnSdu()
|
D | dynamic_channel_impl.h | 62 return remote_cid_; in GetRemoteCid() 79 const Cid remote_cid_; variable
|
D | basic_mode_channel_data_controller.h | 60 Cid remote_cid_; variable
|
D | le_credit_based_channel_data_controller.h | 63 Cid remote_cid_; variable
|
D | enhanced_retransmission_mode_channel_data_controller.cc | 34 …: link_(link), cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(ha… in ErtmController() 582 …builder = EnhancedInformationStartFrameWithFcsBuilder::Create(controller_->remote_cid_, tx_seq, f,… in _send_i_frame() 585 …builder = EnhancedInformationStartFrameBuilder::Create(controller_->remote_cid_, tx_seq, f, req_se… in _send_i_frame() 590 …builder = EnhancedInformationFrameWithFcsBuilder::Create(controller_->remote_cid_, tx_seq, f, req_… in _send_i_frame() 593 …builder = EnhancedInformationFrameBuilder::Create(controller_->remote_cid_, tx_seq, f, req_seq, sa… in _send_i_frame() 635 …builder = EnhancedSupervisoryFrameWithFcsBuilder::Create(controller_->remote_cid_, s, p, f, req_se… in _send_s_frame() 637 builder = EnhancedSupervisoryFrameBuilder::Create(controller_->remote_cid_, s, p, f, req_seq); in _send_s_frame() 1049 link_->SendDisconnectionRequest(cid_, remote_cid_); in close_channel()
|
D | enhanced_retransmission_mode_channel_data_controller.h | 59 Cid remote_cid_; variable
|