Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc83 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()
142 …auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connections_) { in OnLeConnectFail()
Dlink_manager.h68 std::vector<PendingFixedChannelConnection> pending_fixed_channel_connections_; member
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc82 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()
315 …auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connections_) { in OnConnectFail()
Dlink_manager.h65 std::vector<PendingFixedChannelConnection> pending_fixed_channel_connections_; member