Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc276 fixed_channel_helper_map_.emplace(request->cid(), std::make_unique<L2capFixedChannelHelper>( in SetFixedChannel()
280 auto service_helper = fixed_channel_helper_map_.find(request->cid()); in SetFixedChannel()
281 if (service_helper == fixed_channel_helper_map_.end()) { in SetFixedChannel()
295 if (fixed_channel_helper_map_.find(request->cid()) == fixed_channel_helper_map_.end()) { in SendFixedChannelPacket()
299 if (!fixed_channel_helper_map_[request->cid()]->SendPacket(packet)) { in SendFixedChannelPacket()
443 std::map<Cid, std::unique_ptr<L2capFixedChannelHelper>> fixed_channel_helper_map_; member in bluetooth::l2cap::le::L2capLeModuleFacadeService