Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc81 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()
138 …auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connections_) { in OnLeConnectFail()
Dlink_manager.h65 std::vector<PendingFixedChannelConnection> pending_fixed_channel_connections_; member
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.h61 std::vector<PendingFixedChannelConnection> pending_fixed_channel_connections_; member
Dlink_manager.cc80 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()
307 …auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connections_) { in OnConnectFail()