Searched refs:remote_channel_id_ (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | sender.cc | 34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender() 35 …data_controller_(std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_… in Sender() 43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender() 46 …std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_end_, handler_, s… in Sender() 49 …std::make_unique<ErtmController>(link_, channel_id_, remote_channel_id_, queue_end_, handler_, sch… in Sender() 51 …= std::make_unique<LeCreditBasedDataController>(link_, channel_id_, remote_channel_id_, queue_end_, in Sender() 102 …std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_end_, handler_, s… in UpdateClassicConfiguration() 107 …std::make_unique<ErtmController>(link_, channel_id_, remote_channel_id_, queue_end_, handler_, sch… in UpdateClassicConfiguration()
|
D | sender.h | 84 const Cid remote_channel_id_; variable
|