Loading system/gd/l2cap/le/internal/link.cc +1 −2 Original line number Diff line number Diff line Loading @@ -64,8 +64,7 @@ void Link::UpdateConnectionParameter(SignalId signal_id, uint16_t conn_interval_ std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_policy) { auto channel = fixed_channel_allocator_.AllocateChannel(cid, security_policy); data_pipeline_manager_.AttachChannel(cid, channel, l2cap::internal::DataPipelineManager::ChannelMode::LE_CREDIT_BASED); data_pipeline_manager_.AttachChannel(cid, channel, l2cap::internal::DataPipelineManager::ChannelMode::BASIC); return channel; } Loading Loading
system/gd/l2cap/le/internal/link.cc +1 −2 Original line number Diff line number Diff line Loading @@ -64,8 +64,7 @@ void Link::UpdateConnectionParameter(SignalId signal_id, uint16_t conn_interval_ std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_policy) { auto channel = fixed_channel_allocator_.AllocateChannel(cid, security_policy); data_pipeline_manager_.AttachChannel(cid, channel, l2cap::internal::DataPipelineManager::ChannelMode::LE_CREDIT_BASED); data_pipeline_manager_.AttachChannel(cid, channel, l2cap::internal::DataPipelineManager::ChannelMode::BASIC); return channel; } Loading