Searched refs:pending_link (Results 1 – 2 of 2) sorted by relevance
77 auto pending_link = pending_links_.find(address_with_type); in ConnectFixedChannelServices() local78 if (pending_link == pending_links_.end()) { in ConnectFixedChannelServices()81 pending_link = pending_links_.find(address_with_type); in ConnectFixedChannelServices()83 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()136 auto pending_link = pending_links_.find(address_with_type); in OnLeConnectFail() local137 if (pending_link == pending_links_.end()) { in OnLeConnectFail()142 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnLeConnectFail()149 pending_links_.erase(pending_link); in OnLeConnectFail()
76 auto pending_link = pending_links_.find(device); in ConnectFixedChannelServices() local77 if (pending_link == pending_links_.end()) { in ConnectFixedChannelServices()80 pending_link = pending_links_.find(device); in ConnectFixedChannelServices()82 …pending_link->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_… in ConnectFixedChannelServices()297 auto pending_link = pending_links_.find(device); in OnConnectFail() local298 if (pending_link == pending_links_.end()) { in OnConnectFail()315 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnConnectFail()322 pending_links_.erase(pending_link); in OnConnectFail()