Searched refs:connection_pair (Results 1 – 2 of 2) sorted by relevance
92 auto connection_pair = classic_impl_->acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection() local93 if (connection_pair != classic_impl_->acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()94 connection_pair->second.assembler_.on_incoming_packet(*packet); in dequeue_and_route_acl_packet_to_connection()
410 for (auto& connection_pair : acl_connections_) { in on_role_change()411 if (connection_pair.second.address_with_type_.GetAddress() == bd_addr) { in on_role_change()412 connection_pair.second.connection_management_callbacks_->OnRoleChange(new_role); in on_role_change()