Home
last modified time | relevance | path

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

/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc567 void SecurityManagerImpl::OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel_param in OnConnectionOpenLe() argument
569 … std::make_unique<os::EnqueueBuffer<packet::BasePacketBuilder>>(channel_param->GetQueueUpEnd()); in OnConnectionOpenLe()
571 all_channels_.push_back({std::move(channel_param), std::move(enqueue_buffer_temp)}); in OnConnectionOpenLe()